Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java463 Thread shutdownThread = in testShutdown_notInterruptible() local
472 shutdownThread.setName("CommandSchedulerFuncTest#testShutdown_notInterruptible"); in testShutdown_notInterruptible()
473 shutdownThread.start(); in testShutdown_notInterruptible()
478 shutdownThread.join(); in testShutdown_notInterruptible()
591 Thread shutdownThread = in testShutdown_notInterruptible_timeout() local
600 shutdownThread.setName("CommandSchedulerFuncTest#testShutdown_notInterruptible_timeout"); in testShutdown_notInterruptible_timeout()
601 shutdownThread.start(); in testShutdown_notInterruptible_timeout()
606 shutdownThread.join(); in testShutdown_notInterruptible_timeout()