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.kt79 eventLoop?.incrementUseCount() in joinBlocking()
DDefaultExecutor.kt17 incrementUseCount() // this event loop is never completed
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt199 eventLoop.incrementUseCount(unconfined = true) in runUnconfinedEventLoop()
/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/
DEventLoop.common.kt103 fun incrementUseCount(unconfined: Boolean = false) { in <lambda>() method in kotlinx.coroutines.EventLoop