Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutinesBlockHoundIntegration.kt19 addDynamicThreadPredicate { isSchedulerWorker(it) } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt961 internal fun isSchedulerWorker(thread: Thread) = thread is CoroutineScheduler.Worker method