Searched refs:targetSlot (Results 1 – 1 of 1) sorted by relevance
180 int32_t targetSlot = currentThreadSlot == -1 ? firstEmptySlot : currentThreadSlot; in SetThreadInfoCallback() local181 if (targetSlot != -1) { in SetThreadInfoCallback()182 g_callbackItems[targetSlot].tid = func == NULL ? -1 : currentTid; in SetThreadInfoCallback()183 g_callbackItems[targetSlot].callback = func; in SetThreadInfoCallback()