Searched refs:UCLN_COMMON_MUTEX (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ucln_cmn.h | 68 UCLN_COMMON_MUTEX, // Mutexes should be the last to be cleaned up. enumerator
|
H A D | ucln_cmn.cpp | 73 // re-enters the mutex init path. So, work-around by special casing UCLN_COMMON_MUTEX, not in ucln_common_registerCleanup() 79 if (type == UCLN_COMMON_MUTEX) { in ucln_common_registerCleanup()
|
H A D | umutex.cpp | 75 ucln_common_registerCleanup(UCLN_COMMON_MUTEX, umtx_cleanup); in umtx_init()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucln_cmn.h | 68 UCLN_COMMON_MUTEX, // Mutexes should be the last to be cleaned up. enumerator
|
H A D | ucln_cmn.cpp | 73 // re-enters the mutex init path. So, work-around by special casing UCLN_COMMON_MUTEX, not in ucln_common_registerCleanup() 79 if (type == UCLN_COMMON_MUTEX) { in ucln_common_registerCleanup()
|
H A D | umutex.cpp | 75 ucln_common_registerCleanup(UCLN_COMMON_MUTEX, umtx_cleanup); in umtx_init()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucln_cmn.h | 67 UCLN_COMMON_MUTEX, // Mutexes should be the last to be cleaned up. enumerator
|
H A D | ucln_cmn.cpp | 73 // re-enters the mutex init path. So, work-around by special casing UCLN_COMMON_MUTEX, not in ucln_common_registerCleanup() 79 if (type == UCLN_COMMON_MUTEX) { in ucln_common_registerCleanup()
|
H A D | umutex.cpp | 75 ucln_common_registerCleanup(UCLN_COMMON_MUTEX, umtx_cleanup); in umtx_init()
|
Completed in 3 milliseconds