Home
last modified time | relevance | path

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

/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
DLockFreeQueueTest.kt37 tail.loop { curTail -> in enqueue() method
38 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()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DSegmentBasedQueue.kt36 val curTail = this.tail.value in enqueue() constant
38 …tOrClosed = this.tail.findSegmentAndMoveForward(id = enqIdx, startFrom = curTail, createNewSegment… in enqueue()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt196 val curTail = this.tail.value in addAcquireToQueue() constant
198 … val segment = this.tail.findSegmentAndMoveForward(id = enqIdx / SEGMENT_SIZE, startFrom = curTail, in addAcquireToQueue()
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...