Searched refs:gTestMutexA (Results 1 – 1 of 1) sorted by relevance
251 static UMutex gTestMutexA = U_MUTEX_INITIALIZER; variable267 umtx_lock(&gTestMutexA); in run()276 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()287 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()293 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()295 umtx_unlock(&gTestMutexA); in run()306 umtx_lock(&gTestMutexA); in TestMutex()326 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in TestMutex()330 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in TestMutex()332 umtx_unlock(&gTestMutexA); in TestMutex()