Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1246 CondThread() :fFinished(false) {}; in CondThread()
1249 bool fFinished; member in CondThread
1276 fFinished = true; in run()
1308 if (!threads[i]->fFinished) { in TestConditionVariables()