Searched refs:gTestMutexA (Results 1 – 1 of 1) sorted by relevance
302 static UMutex gTestMutexA = U_MUTEX_INITIALIZER; variable318 umtx_lock(&gTestMutexA); in run()327 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()338 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()344 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in run()346 umtx_unlock(&gTestMutexA); in run()357 umtx_lock(&gTestMutexA); in TestMutex()377 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in TestMutex()381 umtx_condWait(&gThreadsCountChanged, &gTestMutexA); in TestMutex()383 umtx_unlock(&gTestMutexA); in TestMutex()