Home
last modified time | relevance | path

Searched refs:incrementUseCount (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt62 eventLoop?.incrementUseCount() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt74 eventLoop?.incrementUseCount() in joinBlocking()
DDefaultExecutor.kt16 incrementUseCount() // this event loop is never completed
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt217 incrementUseCount() // this event loop is never completed in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDispatched.kt58 eventLoop.incrementUseCount(unconfined = true) in runUnconfinedEventLoop()
DEventLoop.common.kt102 fun incrementUseCount(unconfined: Boolean = false) { in <lambda>() method