Home
last modified time | relevance | path

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

12345678910>>...33

/aosp_15_r20/external/guice/core/src/com/google/inject/internal/
H A 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
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/
H A DMultithreadingTest.kt51 val currentThread = Thread.currentThread() in <lambda>() constant
70 val currentThread = Thread.currentThread() in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
H A DCoroutineExceptionHandlerImpl.kt30 val currentThread = Thread.currentThread() in propagateExceptionFinalResort() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
H A DBuilders.kt52 val currentThread = Thread.currentThread() in runBlocking() constant
H A DCoroutineContext.kt292 val currentThread = Thread.currentThread() in toString() constant
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
H A DFlowAsFlowableTest.kt52 val currentThread = Thread.currentThread() in <lambda>() constant
H A DFlowAsObservableTest.kt178 val currentThread = Thread.currentThread() in <lambda>() constant
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DInterruptibleTask.java66 Thread currentThread = Thread.currentThread(); in run() local
97 private void waitForInterrupt(Thread currentThread) { in waitForInterrupt()
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
H A DFlowAsFlowableTest.kt52 val currentThread = Thread.currentThread() in <lambda>() constant
H A DFlowAsObservableTest.kt178 val currentThread = Thread.currentThread() in <lambda>() constant
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DInterruptibleTask.java66 Thread currentThread = Thread.currentThread(); in run() local
97 private void waitForInterrupt(Thread currentThread) { in waitForInterrupt()
/aosp_15_r20/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DPhotoTask.java239 public void setDownloadThread(Thread currentThread) { in setDownloadThread()
270 public void setImageDecodeThread(Thread currentThread) { in setImageDecodeThread()
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
H A DFlowAsPublisherTest.kt116 val currentThread = Thread.currentThread() in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
H A DFlowAsFluxTest.kt115 val currentThread = Thread.currentThread() in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DVirtualTimeSource.kt85 val currentThread = Thread.currentThread() in toString() constant
/aosp_15_r20/frameworks/base/core/tests/InputMethodCoreTests/src/com/android/internal/inputmethod/
H A DCompletableFutureUtilTest.kt112 val currentThread = Thread.currentThread() in testCharSequenceTimedOutWithInterruption() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/view/
H A DSimpleDigitalClockTextView.kt166 val currentThread = Thread.currentThread() in <lambda>() constant
/aosp_15_r20/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DBaseActivity.java44 Thread currentThread = Thread.currentThread(); in onCreate() local
/aosp_15_r20/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A DFrameworkShadowLooper.java36 public void setCurrentThread(boolean currentThread) { in setCurrentThread()
/aosp_15_r20/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/util/
H A DAssert.java57 Thread currentThread = Thread.currentThread(); in runWithCurrentThreadAsMainThread() local
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/
Dtest_lock.py17 from threading import current_thread as currentThread unknown
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/timers/
H A DClientExecutionAndRequestTimerTestUtils.java133 final Thread currentThread = Thread.currentThread(); in interruptCurrentThreadAfterDelay() local
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DvmDebug.c78 jthread currentThread; in VMDebug_suspendAllAndSendVmStart() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/repackaged-jarjar/javac/
DSystemUICustomizationLib.jarcom/android/systemui/util/Assert.class Assert.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/javac/
DSystemUICustomizationLib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12345678910>>...33