Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt118 if (undispatchedCompletion == null || undispatchedCompletion.clearThreadContext()) { in withContinuationContext()
254 fun clearThreadContext(): Boolean { in clearThreadContext() method