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.kt7 private typealias Core<E> = LockFreeTaskQueueCore<E> in <lambda>()
72 internal class LockFreeTaskQueueCore<E : Any>( class
210 fun next(): LockFreeTaskQueueCore<E> = allocateOrGetNextCopy(markFrozen()) in next()
226 val next = LockFreeTaskQueueCore<E>(capacity * 2, singleConsumer) in allocateNextCopy()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt167 private typealias Queue<T> = LockFreeTaskQueueCore<T> in delayNanosToMillis()