HomeSort by relevance Sort by last modified time
    Searched refs:umtx_destroy (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uinit.c 46 umtx_destroy(&gICUInitMutex);
umutex.h 123 * umtx_destroy( &aMutex );
129 U_CAPI void U_EXPORT2 umtx_destroy( UMTX *mutex );
servnotf.cpp 34 umtx_destroy(&notifyLock);
umutex.c 372 * umtx_destroy. Un-initialize a mutex, releasing any underlying resources
379 umtx_destroy(UMTX *mutex) { function
442 umtx_destroy(&globalUMTX);
604 * the umtx_destroy operation of other mutexes.
611 umtx_destroy(umtx);
614 umtx_destroy(&globalUMTX);
servls.cpp 46 umtx_destroy(&llock);
serv.cpp 362 umtx_destroy(&lock);
usprep.cpp 199 umtx_destroy(&usprepMutex); /* Don't worry about destroying the mutex even */
ucnv_bld.c 214 umtx_destroy(&cnvCacheMutex); /* Don't worry about destroying the mutex even */
    [all...]
uresbund.c 264 umtx_destroy(&resbMutex);
    [all...]
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 529 umtx_destroy(&gInfoMutex);
530 umtx_destroy(&gStopMutex);
  /external/icu/icu4c/source/test/threadtest/
threadtest.cpp 530 umtx_destroy(&gInfoMutex);
531 umtx_destroy(&gStopMutex);
  /external/chromium_org/third_party/icu/source/i18n/
islamcal.cpp 68 umtx_destroy(&astroLock);
astro.cpp 70 umtx_destroy(&ccLock);
    [all...]
chnsecal.cpp 93 umtx_destroy(&astroLock);
tridpars.cpp 931 umtx_destroy(&LOCK);
zonemeta.cpp 45 umtx_destroy(&gZoneMetaLock);
timezone.cpp 137 umtx_destroy(&LOCK);
141 umtx_destroy(&TZSET_LOCK);
    [all...]
colldata.cpp 515 umtx_destroy(&lock);
translit.cpp     [all...]
ucurr.cpp 296 umtx_destroy(&gCRegLock);
    [all...]
zstrfmt.cpp 45 umtx_destroy(&gZSFCacheLock);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 398 umtx_destroy(&gTestMutexA);
399 umtx_destroy(&gTestMutexB);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1081 #define umtx_destroy macro
    [all...]

Completed in 2621 milliseconds