Searched refs:joinThread (Results 1 – 4 of 4) sorted by relevance
39 Status Thread::joinThread() { in joinThread() function in Utils::Thread
51 Status joinThread();
246 joinThread(); in stop()
345 Thread joinThread = new Thread("JoinThreadPool-Thread") { in testJoinThreadPool() local354 joinThread.setDaemon(true); in testJoinThreadPool()355 joinThread.start(); in testJoinThreadPool()369 StackTraceElement stack[] = joinThread.getStackTrace(); in testJoinThreadPool()