Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTQueueMPMC.h105 uint32 nowPos = enqueuePos.CompareAndSwap(pos, pos + 1); in TryPush() local
106 if (nowPos == pos) in TryPush()
111 pos = nowPos; in TryPush()
146 uint32 nowPos = dequeuePos.CompareAndSwap(pos, pos + 1); in TryPop() local
147 if (nowPos == pos) in TryPop()
152 pos = nowPos; in TryPop()