Searched defs:singleConsumer (Results 1 – 4 of 4) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ | ||
| D | LockFreeTaskQueueStressTest.kt | 26 private val singleConsumer = nConsumers == 1 in <lambda>() constant |
| D | LockFreeTaskQueueTest.kt | 14 private val singleConsumer: Boolean in <lambda>() constant in kotlinx.coroutines.internal.LockFreeTaskQueueTest |
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/ | ||
| D | LockFreeTaskQueueLincheckTest.kt | 19 val singleConsumer: Boolean constant in kotlinx.coroutines.lincheck.AbstractLockFreeTaskQueueWithoutRemoveLincheckTest |
| /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 |