Searched refs:firstEmptySlot (Results 1 – 1 of 1) sorted by relevance
166 int32_t firstEmptySlot = -1; in SetThreadInfoCallback() local170 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()