Searched refs:waitThread (Results 1 – 3 of 3) sorted by relevance
94 final Thread waitThread = new Thread(() -> { in testAwaitCompletion() local113 waitThread.start(); in testAwaitCompletion()124 waitThread.interrupt(); in testAwaitCompletion()125 waitThread.join(1000); in testAwaitCompletion()
798 std::thread waitThread (waitForStateChangeToClosingorClosed, &aaudioStream, in testWaitForStateChangeClose() local808 waitThread.join(); in testWaitForStateChangeClose()
1914 AlarmThread waitThread = new AlarmThread(); in onStart() local1915 waitThread.start(); in onStart()