Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt73 eventLoop?.decrementUseCount() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt90 eventLoop?.decrementUseCount() in joinBlocking()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt213 eventLoop.decrementUseCount(unconfined = true) in runUnconfinedEventLoop()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt108 fun decrementUseCount(unconfined: Boolean = false) { in <lambda>() method in kotlinx.coroutines.EventLoop