Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp302 static UMutex gTestMutexA = U_MUTEX_INITIALIZER; variable
318 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()