Home | History | Annotate | Download | only in intltest

Lines Matching refs:gTestMutexA

293 static UMTX    gTestMutexA = NULL;
321 umtx_lock(&gTestMutexA);
322 umtx_unlock(&gTestMutexA);
333 // gTestMutexA, which we (the main thread) hold until the test threads
338 umtx_lock(&gTestMutexA);
372 umtx_unlock(&gTestMutexA);
398 umtx_destroy(&gTestMutexA);
400 gTestMutexA=NULL;