Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp303 static UConditionVar gThreadsCountChanged = U_CONDITION_INITIALIZER; variable
320 umtx_condBroadcast(&gThreadsCountChanged); in run()
327 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()
331 umtx_condBroadcast(&gThreadsCountChanged); in run()
338 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()
342 umtx_condBroadcast(&gThreadsCountChanged); in run()
344 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()
377 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in TestMutex()
381 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in TestMutex()