Searched refs:nowPos (Results 1 – 1 of 1) sorted by relevance
105 uint32 nowPos = enqueuePos.CompareAndSwap(pos, pos + 1); in TryPush() local106 if (nowPos == pos) in TryPush()111 pos = nowPos; in TryPush()146 uint32 nowPos = dequeuePos.CompareAndSwap(pos, pos + 1); in TryPop() local147 if (nowPos == pos) in TryPop()152 pos = nowPos; in TryPop()