Searched refs:gThreadsCountChanged (Results 1 – 1 of 1) sorted by relevance
252 static UConditionVar gThreadsCountChanged = U_CONDITION_INITIALIZER; variable269 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()