Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt80 eventLoop?.incrementUseCount() in joinBlocking()
DDefaultExecutor.kt32 incrementUseCount() // this event loop is never completed
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt115 eventLoop?.incrementUseCount() in joinBlocking()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt200 eventLoop.incrementUseCount(unconfined = true) in runUnconfinedEventLoop()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt102 fun incrementUseCount(unconfined: Boolean = false) { in <lambda>() method in kotlinx.coroutines.EventLoop