Home
last modified time | relevance | path

Searched refs:removeFirstIf (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DThreadSafeHeap.kt51 public inline fun removeFirstIf(predicate: (T) -> Boolean): T? = synchronized(this) { in <lambda>() method in kotlinx.coroutines.internal.ThreadSafeHeap
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineDispatcher.kt100 val current = queue.removeFirstIf { it.time <= targetTime } ?: break in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt206 val current = queue.removeFirstIf { it.time <= targetTime } ?: break in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt263 delayed.removeFirstIf { in processNextEvent()