Home
last modified time | relevance | path

Searched refs:LockFreeTaskQueueCore (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeTaskQueue.kt11 private typealias Core<E> = LockFreeTaskQueueCore<E> in <lambda>()
76 internal class LockFreeTaskQueueCore<E : Any>( class
214 fun next(): LockFreeTaskQueueCore<E> = allocateOrGetNextCopy(markFrozen()) in next()
230 val next = LockFreeTaskQueueCore<E>(capacity * 2, singleConsumer) in allocateNextCopy()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt169 private typealias Queue<T> = LockFreeTaskQueueCore<T> in delayNanosToMillis()