Home
last modified time | relevance | path

Searched refs:targetSlot (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c180 int32_t targetSlot = currentThreadSlot == -1 ? firstEmptySlot : currentThreadSlot; in SetThreadInfoCallback() local
181 if (targetSlot != -1) { in SetThreadInfoCallback()
182 g_callbackItems[targetSlot].tid = func == NULL ? -1 : currentTid; in SetThreadInfoCallback()
183 g_callbackItems[targetSlot].callback = func; in SetThreadInfoCallback()