Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeTaskQueueStressTest.kt26 private val singleConsumer = nConsumers == 1 in <lambda>() constant in kotlinx.coroutines.internal.LockFreeTaskQueueStressTest
DLockFreeTaskQueueTest.kt14 private val singleConsumer: Boolean in <lambda>() constant in kotlinx.coroutines.internal.LockFreeTaskQueueTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeTaskQueue.kt78 … private val singleConsumer: Boolean // true when there is only a single consumer (slightly faster) constant in LockFreeTaskQueueCore