Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutinesBlockHoundIntegration.kt20 nonBlockingThreadPredicate { p -> p.or { mayNotBlock(it) } } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt969 internal fun mayNotBlock(thread: Thread) = thread is CoroutineScheduler.Worker && method