Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dtsmthred.cpp294 static UMTX gTestMutexB = NULL; variable
324 umtx_lock(&gTestMutexB); in run()
325 umtx_unlock(&gTestMutexB); in run()
371 umtx_lock(&gTestMutexB); in TestMutex()
386 umtx_unlock(&gTestMutexB); in TestMutex()
399 umtx_destroy(&gTestMutexB); in TestMutex()
401 gTestMutexB=NULL; in TestMutex()
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp456 static UMutex gTestMutexB = U_MUTEX_INITIALIZER; variable
486 umtx_lock(&gTestMutexB); in run()
487 umtx_unlock(&gTestMutexB); in run()
533 umtx_lock(&gTestMutexB); in TestMutex()
548 umtx_unlock(&gTestMutexB); in TestMutex()