Home
last modified time | relevance | path

Searched defs:testThread (Results 1 – 10 of 10) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListAddRemoveStressTest.kt48 private fun testThread(name: String, op: () -> Unit) = thread(name = name) { in <lambda>() method in kotlinx.coroutines.internal.LockFreeLinkedListAddRemoveStressTest
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit4/
DCoroutinesTimeoutStatement.kt30 private val testThread = Thread(testResult, "Timeout test thread").apply { isDaemon = true } in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DJobDisposeStressTest.kt26 private fun testThread(name: String, block: () -> Unit): Thread = in <lambda>() method in kotlinx.coroutines.JobDisposeStressTest
DEventLoopsTest.kt94 val testThread = Thread.currentThread() in <lambda>() constant
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DEventDebuggee.java62 SimpleThread testThread = new SimpleThread(); in run() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventDebuggee.java62 SimpleThread testThread = new SimpleThread(); in run() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DInvokeMethodWithSuspensionDebuggee.java36 private static Thread testThread = null; field in InvokeMethodWithSuspensionDebuggee
/external/exoplayer/tree/library/core/src/androidTest/java/com/google/android/exoplayer2/
DStreamVolumeManagerTest.java44 private DummyMainThread testThread; field in StreamVolumeManagerTest
/external/libxml2/
Druntest.c4053 testThread(void) in testThread() function
4116 testThread(void) in testThread() function
4168 testThread(void) in testThread() function
4214 testThread(void) in testThread() function
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DLockFreedomTestEnvironment.kt202 …public fun testThread(name: String? = null, operation: suspend TestThread.() -> Unit): TestThread = in <lambda>() method in kotlinx.atomicfu.LockFreedomTestEnvironment