Home
last modified time | relevance | path

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

/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
DLockFreeQueueTest.kt51 head.loop { curHead -> in dequeue() method
52 val next = curHead.next.value ?: return -1 in dequeue()
53 if (head.compareAndSet(curHead, next)) return next.value in dequeue()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DSegmentBasedQueue.kt49 val curHead = this.head.value in dequeue() constant
51 …tOrClosed = this.head.findSegmentAndMoveForward(id = deqIdx, startFrom = curHead, createNewSegment… in dequeue()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt220 val curHead = this.head.value in tryResumeNextFromQueue() constant
223 val segment = this.head.findSegmentAndMoveForward(id, startFrom = curHead, in tryResumeNextFromQueue()
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...