Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c167 int32_t currentThreadSlot = -1; in SetThreadInfoCallback() local
175 currentThreadSlot = i; in SetThreadInfoCallback()
180 int32_t targetSlot = currentThreadSlot == -1 ? firstEmptySlot : currentThreadSlot; in SetThreadInfoCallback()