/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | Threads.kt | 8 private val ignoreLostThreads = mutableSetOf<String>() in <lambda>() constant 10 fun ignoreLostThreads(vararg s: String) { ignoreLostThreads += s } in <lambda>() method 50 ignoreLostThreads.none { prefix -> thread.name.startsWith(prefix) } in checkTestThreads() 54 ignoreLostThreads.clear() in checkTestThreads()
|
D | ExecutorRule.kt | 24 ignoreLostThreads(threadPrefix) in apply()
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/test/ |
D | JavaFxStressTest.kt | 12 …ignoreLostThreads("JavaFX Application Thread", "Thread-", "QuantumRenderer-", "InvokeLaterDispatch… in setup()
|
D | JavaFxDispatcherTest.kt | 16 …ignoreLostThreads("JavaFX Application Thread", "Thread-", "QuantumRenderer-", "InvokeLaterDispatch… in setup()
|
D | JavaFxObservableAsFlowTest.kt | 16 …ignoreLostThreads("JavaFX Application Thread", "Thread-", "QuantumRenderer-", "InvokeLaterDispatch… in <lambda>()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/ |
D | SchedulerTest.kt | 16 ignoreLostThreads("single-") in setup()
|
D | FluxSingleTest.kt | 19 ignoreLostThreads("parallel-") in setup()
|
D | MonoTest.kt | 23 ignoreLostThreads("timer-", "parallel-") in <lambda>()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/ |
D | SchedulerTest.kt | 16 … ignoreLostThreads("RxCachedThreadScheduler-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in setup()
|
D | ObservableSourceAsFlowStressTest.kt | 21 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in setup()
|
D | FlowableExceptionHandlingTest.kt | 17 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
D | ObservableExceptionHandlingTest.kt | 17 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
D | ObservableTest.kt | 19 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
D | ObservableSingleTest.kt | 17 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in setup()
|
D | SingleTest.kt | 20 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
D | MaybeTest.kt | 22 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/ |
D | SchedulerTest.kt | 16 … ignoreLostThreads("RxCachedThreadScheduler-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in setup()
|
D | ObservableSourceAsFlowStressTest.kt | 20 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in setup()
|
D | FlowableExceptionHandlingTest.kt | 17 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
D | ObservableExceptionHandlingTest.kt | 17 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
D | ObservableTest.kt | 19 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
D | ObservableSingleTest.kt | 17 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in setup()
|
D | SingleTest.kt | 20 … ignoreLostThreads("RxComputationThreadPool-", "RxCachedWorkerPoolEvictor-", "RxSchedulerPurge-") in <lambda>()
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/test/ |
D | SwingTest.kt | 17 ignoreLostThreads("AWT-EventQueue-") in <lambda>()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/test/ |
D | TaskTest.kt | 18 ignoreLostThreads("ForkJoinPool.commonPool-worker-") in setup()
|