Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DRunUtil.java321 RunnableNotifier runThread = new RunnableNotifier(runnable, logErrors); in runTimed() local
329 runThread.start(); in runTimed()
340 runThread.join(pollIterval); in runTimed()
352 && runThread.isAlive()); in runTimed()
355 CommandStatus status = runThread.getStatus(); in runTimed()
358 runThread.cancel(); in runTimed()