Home
last modified time | relevance | path

Searched refs:shutdownThread (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java440 Thread shutdownThread = new Thread(new Runnable() { in testShutdown_notInterruptible() local
447 shutdownThread.setName("CommandSchedulerFuncTest#testShutdown_notInterruptible"); in testShutdown_notInterruptible()
448 shutdownThread.start(); in testShutdown_notInterruptible()
453 shutdownThread.join(); in testShutdown_notInterruptible()
555 Thread shutdownThread = new Thread(new Runnable() { in testShutdown_notInterruptible_timeout() local
562 shutdownThread.setName("CommandSchedulerFuncTest#testShutdown_notInterruptible_timeout"); in testShutdown_notInterruptible_timeout()
563 shutdownThread.start(); in testShutdown_notInterruptible_timeout()
568 shutdownThread.join(); in testShutdown_notInterruptible_timeout()