Home
last modified time | relevance | path

Searched defs:currentThreadName (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/
DConcurrentTestUtilities.common.kt16 expect fun currentThreadName(): String in printStackTrace() method
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DStackTraceDebuggee.java39 String currentThreadName = Thread.currentThread().getName(); in run() local
DJDWPStackFrameAccessTest.java207 String currentThreadName = jdwpGetThreadName(threadId); in getThreadIdFromName() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DConcurrentTestUtilities.kt29 actual fun currentThreadName(): String = Thread.currentThread().name method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/
DConcurrentTestUtilities.kt36 actual fun currentThreadName(): String = Worker.current.name method