Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt101 eventLoop?.decrementUseCount() in joinBlocking()
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt139 eventLoop?.decrementUseCount() in joinBlocking()
/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmWasi/src/
DEventLoop.kt97 eventLoop.decrementUseCount() in platformAutoreleasePool()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt198 eventLoop.decrementUseCount(unconfined = true) in runUnconfinedEventLoop()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt104 fun decrementUseCount(unconfined: Boolean = false) { in <lambda>() method in kotlinx.coroutines.EventLoop