Searched refs:curTail (Results 1 – 4 of 4) sorted by relevance
37 tail.loop { curTail -> in enqueue() method38 val curNext = curTail.next.value in enqueue()40 tail.compareAndSet(curTail, curNext) in enqueue()43 if (curTail.next.compareAndSet(null, node)) { in enqueue()44 tail.compareAndSet(curTail, node) in enqueue()
36 val curTail = this.tail.value in enqueue() constant38 …tOrClosed = this.tail.findSegmentAndMoveForward(id = enqIdx, startFrom = curTail, createNewSegment… in enqueue()
196 val curTail = this.tail.value in addAcquireToQueue() constant198 … val segment = this.tail.findSegmentAndMoveForward(id = enqIdx / SEGMENT_SIZE, startFrom = curTail, in addAcquireToQueue()
META-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...