Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java104 joinThread(stdoutThread); in run()
105 joinThread(stderrThread); in run()
129 private static void joinThread(Thread thread) { in joinThread() method in KatiCommandImpl