Searched refs:thread1 (Results 1 – 3 of 3) sorted by relevance
107 TestThread1 thread1 = new TestThread1(heldLock1, heldLock2); in printAnnotatedStack() local117 thread1.start(); in printAnnotatedStack()118 while(!thread1.inB) { in printAnnotatedStack()123 while (thread1.getState() == Thread.State.RUNNABLE) { in printAnnotatedStack()135 WatchdogDiagnostics.printAnnotatedStack(thread1, print); in printAnnotatedStack()176 thread1.join(); in printAnnotatedStack()
108 final CustomThread thread1 = new CustomThread(record1.networkStateLock); in verifyNetworkUpdatedProcStateSeq() local109 thread1.startAndWait("Unexpected state for " + record1); in verifyNetworkUpdatedProcStateSeq()120 thread1.assertTerminated("Unexpected state for " + record1); in verifyNetworkUpdatedProcStateSeq()122 thread1.mNotified); in verifyNetworkUpdatedProcStateSeq()124 thread1.assertWaiting("Unexpected state for " + record1); in verifyNetworkUpdatedProcStateSeq()125 thread1.interrupt(); in verifyNetworkUpdatedProcStateSeq()
2177 MixerThread *thread1 = checkMixerThread_l(output1); in openDuplicateOutput() local2180 if (thread1 == NULL || thread2 == NULL) { in openDuplicateOutput()2187 DuplicatingThread *thread = new DuplicatingThread(this, thread1, id, mSystemReady); in openDuplicateOutput()