Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTScheduler.h301 Atomic32<int32> nextWaitingThreadSlotIndex; variable
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp762 int32 waitingSlotIndex = nextWaitingThreadSlotIndex.IncFetch(); in WaitGroup()
797 int32 waitingSlotIndex = nextWaitingThreadSlotIndex.IncFetch(); in WaitAll()