Searched defs:testThread (Results 1 – 10 of 10) sorted by relevance
48 private fun testThread(name: String, op: () -> Unit) = thread(name = name) { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListAddRemoveStressTest
30 private val testThread = Thread(testResult, "Timeout test thread").apply { isDaemon = true } in <lambda>() constant
26 private fun testThread(name: String, block: () -> Unit): Thread = in <lambda>() method in kotlinx.coroutines.JobDisposeStressTest
94 val testThread = Thread.currentThread() in <lambda>() constant
62 SimpleThread testThread = new SimpleThread(); in run() local
36 private static Thread testThread = null; field in InvokeMethodWithSuspensionDebuggee
44 private DummyMainThread testThread; field in StreamVolumeManagerTest
4053 testThread(void) in testThread() function4116 testThread(void) in testThread() function4168 testThread(void) in testThread() function4214 testThread(void) in testThread() function
202 …public fun testThread(name: String? = null, operation: suspend TestThread.() -> Unit): TestThread = in <lambda>() method in kotlinx.atomicfu.LockFreedomTestEnvironment