Lines Matching refs:threads
445 umtx_unlock(NULL); // Unlock for other threads to use681 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[nThreads];684 threads[i] = new TestTimeRoundTripThread(*this, data, i);685 if (threads[i]->start() != 0) {691 threads[i]->join();698 delete threads[i];700 delete [] threads;