Home
last modified time | relevance | path

Searched defs:enqIdx (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt129 private val enqIdx = atomic(0L) constant
282 val enqIdx = enqIdx.getAndIncrement() in addAcquireToQueue() constant