Home
last modified time | relevance | path

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

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