Home
last modified time | relevance | path

Searched defs:currentThread (Results 1 – 23 of 23) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineExceptionHandlerImpl.kt32 val currentThread = Thread.currentThread() in handleCoroutineExceptionImpl() constant
38 val currentThread = Thread.currentThread() in handleCoroutineExceptionImpl() constant
DBuilders.kt42 val currentThread = Thread.currentThread() in runBlocking() constant
DCoroutineContext.kt68 val currentThread = Thread.currentThread() in toString() constant
/external/guice/core/src/com/google/inject/internal/
DCycleDetectingLock.java148 final Thread currentThread = Thread.currentThread(); in lockOrDetectPotentialLocksCycle() local
183 final Thread currentThread = Thread.currentThread(); in unlock() local
213 final Thread currentThread = Thread.currentThread(); in checkState() local
246 final Thread currentThread = Thread.currentThread(); in detectPotentialLocksCycle() local
/external/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestCoroutineDispatcherTest.kt107 val currentThread = Thread.currentThread() in whenDispatchCalled_runsOnCurrentThread() constant
126 val currentThread = Thread.currentThread() in whenAllDispatchersMocked_runsOnSameThread() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DFlowAsFlowableTest.kt55 val currentThread = Thread.currentThread() in <lambda>() constant
DFlowAsObservableTest.kt181 val currentThread = Thread.currentThread() in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DFlowAsFlowableTest.kt55 val currentThread = Thread.currentThread() in <lambda>() constant
DFlowAsObservableTest.kt181 val currentThread = Thread.currentThread() in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DFlowAsPublisherTest.kt118 val currentThread = Thread.currentThread() in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DFlowAsFluxTest.kt114 val currentThread = Thread.currentThread() in <lambda>() constant
/external/python/cpython2/Lib/bsddb/test/
Dtest_lock.py17 from threading import current_thread as currentThread unknown
Dtest_thread.py27 from threading import current_thread as currentThread unknown
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DVirtualTimeSource.kt89 val currentThread = Thread.currentThread() in toString() constant
/external/guava/android/guava/src/com/google/common/util/concurrent/
DInterruptibleTask.java59 Thread currentThread = Thread.currentThread(); in run() local
/external/guava/guava/src/com/google/common/util/concurrent/
DInterruptibleTask.java59 Thread currentThread = Thread.currentThread(); in run() local
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/
DStaticMockMethodAdvice.java155 private synchronized static native String nativeGetCalledClassName(Thread currentThread); in nativeGetCalledClassName()
/external/swiftshader/src/Vulkan/Debug/
DContext.cpp296 std::shared_ptr<Thread> Context::Lock::currentThread() in currentThread() function in vk::dbg::Context::Lock
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java434 final Thread currentThread = Thread.currentThread (); in _run() local
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
Dagent.cc751 jthread currentThread) { in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
/external/oj-libjdwp/src/share/back/
DdebugInit.c1463 jthread currentThread; in doInitializeOnAttach() local
/external/python/cpython2/Lib/
Dthreading.py1143 def currentThread(): function
/external/python/cpython3/Lib/
Dthreading.py1330 currentThread = current_thread variable