Searched refs:CondThread (Results 1 – 1 of 1) sorted by relevance
1628 class CondThread: public SimpleThread { class1630 CondThread() :fFinished(false) {}; in CondThread() function in CondThread1631 ~CondThread() {}; in ~CondThread()1648 void CondThread::run() { in run()1678 CondThread *threads[NUMTHREADS]; in TestConditionVariables()1680 threads[i] = new CondThread; in TestConditionVariables()