Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c166 int32_t firstEmptySlot = -1; in SetThreadInfoCallback() local
170 if (firstEmptySlot == -1 && g_callbackItems[i].tid == -1) { in SetThreadInfoCallback()
171 firstEmptySlot = i; in SetThreadInfoCallback()
180 int32_t targetSlot = currentThreadSlot == -1 ? firstEmptySlot : currentThreadSlot; in SetThreadInfoCallback()