Home
last modified time | relevance | path

Searched defs:globalQueue (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DWorkQueueTest.kt47 val globalQueue = GlobalQueue() in <lambda>() constant
DWorkQueueStressTest.kt18 private val globalQueue = GlobalQueue() // only producer will use it constant in kotlinx.coroutines.scheduling.WorkQueueStressTest