Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp252 static UConditionVar gThreadsCountChanged = U_CONDITION_INITIALIZER; variable
269 umtx_condBroadcast(&gThreadsCountChanged); in run()
276 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()
280 umtx_condBroadcast(&gThreadsCountChanged); in run()
287 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()
291 umtx_condBroadcast(&gThreadsCountChanged); in run()
293 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()
326 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in TestMutex()
330 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in TestMutex()