Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dtsmthred.cpp293 static UMTX gTestMutexA = NULL; variable
321 umtx_lock(&gTestMutexA); in run()
322 umtx_unlock(&gTestMutexA); in run()
338 umtx_lock(&gTestMutexA); in TestMutex()
372 umtx_unlock(&gTestMutexA); in TestMutex()
398 umtx_destroy(&gTestMutexA); in TestMutex()
400 gTestMutexA=NULL; in TestMutex()
/external/icu4c/test/intltest/
Dtsmthred.cpp449 static UMutex gTestMutexA = U_MUTEX_INITIALIZER; variable
477 umtx_lock(&gTestMutexA); in run()
478 umtx_unlock(&gTestMutexA); in run()
494 umtx_lock(&gTestMutexA); in TestMutex()
528 umtx_unlock(&gTestMutexA); in TestMutex()