Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1628 class CondThread: public SimpleThread { class
1630 CondThread() :fFinished(false) {}; in CondThread() function in CondThread
1631 ~CondThread() {}; in ~CondThread()
1648 void CondThread::run() { in run()
1678 CondThread *threads[NUMTHREADS]; in TestConditionVariables()
1680 threads[i] = new CondThread; in TestConditionVariables()