Home
last modified time | relevance | path

Searched defs:thread2 (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/test/123-compiler-regressions-mt/src/
H A DMain.java68 void thread2() { in thread2() method in B17689750TestVolatile
98 void thread2() { in thread2() method in B17689750TestMonitor
/aosp12/art/test/144-static-field-sigquit/src/
H A DMain.java21 Thread thread2 = new Thread(new SynchronizedUse()); in main() local
/aosp12/art/test/033-class-init-deadlock/src/
H A DMain.java31 Thread thread1, thread2; in main() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DWatchdogDiagnosticsTest.java108 TestThread2 thread2 = new TestThread2(heldLock2, waitLock); in printAnnotatedStack() local
/aosp12/system/extras/memory_replay/tests/
H A DThreadsTest.cpp53 Thread* thread2 = threads.CreateThread(901); in TEST() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerInternalTest.java112 final CustomThread thread2 = new CustomThread(record2.networkStateLock); in verifyNetworkUpdatedProcStateSeq() local
/aosp12/system/extras/simpleperf/
H A DRecordReadThread_test.cpp442 RecordReadThread thread2(128 * 1024, attr, 1, 1, 0, true, true); in TEST_F() local
/aosp12/art/tools/dmtracedump/
H A Dtracedump.cc795 static int32_t compareThreads(const void* thread1, const void* thread2) { in compareThreads()
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2690 MixerThread *thread2 = checkMixerThread_l(output2); in openDuplicateOutput() local