HomeSort by relevance Sort by last modified time
    Searched refs:UMTX (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu4c/common/
mutex.h 36 // UMTX myMutex;
61 inline Mutex(UMTX *mutex = NULL);
65 UMTX *fMutex;
71 inline Mutex::Mutex(UMTX *mutex)
umutex.h 101 U_CAPI void U_EXPORT2 umtx_lock ( UMTX* mutex );
108 U_CAPI void U_EXPORT2 umtx_unlock ( UMTX* mutex );
119 U_CAPI void U_EXPORT2 umtx_init ( UMTX* mutex );
129 U_CAPI void U_EXPORT2 umtx_destroy( UMTX *mutex );
servnotf.h 73 private: UMTX notifyLock;
uinit.c 30 static UMTX gICUInitMutex = NULL;
umutex.c 102 static UMTX gGlobalMutex = NULL;
103 static UMTX gIncDecMutex = NULL;
207 umtx_lock(UMTX *mutex)
260 umtx_unlock(UMTX* mutex)
390 umtx_init(UMTX *mutex)
442 umtx_destroy(UMTX *mutex) {
serv.h 533 UMTX lock;
    [all...]
servloc.h 428 UMTX llock;
serv.cpp 403 inline XMutex(UMTX *mutex, UBool reentering)
414 UMTX *fMutex;
putil.c 196 static UMTX fakeClockMutex = NULL;
    [all...]
usprep.cpp 45 static UMTX usprepMutex = NULL;
ucnv_bld.c 154 static UMTX cnvCacheMutex = NULL; /* Mutex for synchronizing cnv cache access. */
    [all...]
  /external/icu4c/common/unicode/
uclean.h 129 typedef void *UMTX;
135 * to something that uniquely identifies the mutex into the UMTX that is supplied
139 * The mutex init function must set the UMTX to a non-null value.
141 * identify the mutex by the UMTX value.
147 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
159 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);
  /external/icu4c/test/cintltst/
hpmufn.c 221 static void U_CALLCONV myMutexInit(const void *context, UMTX *mutex, UErrorCode *status) {
235 static void U_CALLCONV myMutexDestroy(const void *context, UMTX *mutex) {
246 static void U_CALLCONV myMutexLock(const void *context, UMTX *mutex) {
254 static void U_CALLCONV myMutexUnlock(const void *context, UMTX *mutex) {
  /external/icu4c/test/threadtest/
threadtest.cpp 198 UMTX gStopMutex; // Lets main thread suspend test threads.
199 UMTX gInfoMutex; // Synchronize access to data passed between
  /external/icu4c/i18n/
rbt.cpp 27 static UMTX transliteratorDataMutex = NULL;
islamcal.cpp 54 static UMTX astroLock = 0; // pod bay door lock
astro.cpp 66 static UMTX ccLock = NULL;
    [all...]
chnsecal.cpp 51 static UMTX astroLock = 0; // pod bay door lock
tridpars.cpp 48 static UMTX LOCK = 0;
timezone.cpp 105 static UMTX LOCK;
106 static UMTX TZSET_LOCK;
    [all...]
colldata.cpp 466 UMTX lock;
translit.cpp 89 static UMTX registryMutex = 0;
    [all...]
zonemeta.cpp 26 static UMTX gZoneMetaLock = NULL;
    [all...]
dtfmtsym.cpp 195 static UMTX LOCK;
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 646 static UMTX gTestMutexA = NULL;
647 static UMTX gTestMutexB = NULL;
889 //static UMTX debugMutex = NULL;
890 //static UMTX gDebugMutex;
    [all...]

Completed in 578 milliseconds

1 2