OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gTestMutexA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp
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;
[
all
...]
/external/icu4c/test/intltest/
tsmthred.cpp
449
static UMutex
gTestMutexA
= U_MUTEX_INITIALIZER;
477
umtx_lock(&
gTestMutexA
);
478
umtx_unlock(&
gTestMutexA
);
489
//
gTestMutexA
, which we (the main thread) hold until the test threads
494
umtx_lock(&
gTestMutexA
);
528
umtx_unlock(&
gTestMutexA
);
[
all
...]
Completed in 78 milliseconds