Searched defs:singleConsumer (Results 1 – 3 of 3) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ | ||
D | LockFreeTaskQueueStressTest.kt | 26 private val singleConsumer = nConsumers == 1 in <lambda>() constant in kotlinx.coroutines.internal.LockFreeTaskQueueStressTest |
D | LockFreeTaskQueueTest.kt | 14 private val singleConsumer: Boolean in <lambda>() constant in kotlinx.coroutines.internal.LockFreeTaskQueueTest |
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ | ||
D | LockFreeTaskQueue.kt | 78 … private val singleConsumer: Boolean // true when there is only a single consumer (slightly faster) constant in LockFreeTaskQueueCore |