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

  /external/icu4c/common/
uinit.c 46 umtx_destroy(&gICUInitMutex);
umutex.h 163 * umtx_destroy( &aMutex );
169 U_CAPI void U_EXPORT2 umtx_destroy( UMTX *mutex );
umutex.c 356 * umtx_destroy. Un-initialize a mutex, releasing any underlying resources
363 umtx_destroy(UMTX *mutex) { function
426 umtx_destroy(&globalUMTX);
588 * the umtx_destroy operation of other mutexes.
595 umtx_destroy(umtx);
598 umtx_destroy(&globalUMTX);
usprep.cpp 199 umtx_destroy(&usprepMutex); /* Don't worry about destroying the mutex even */
ucnv_bld.c 216 umtx_destroy(&cnvCacheMutex); /* Don't worry about destroying the mutex even */
    [all...]
uresbund.c 264 umtx_destroy(&resbMutex);
    [all...]
  /external/icu4c/test/threadtest/
threadtest.cpp 529 umtx_destroy(&gInfoMutex);
530 umtx_destroy(&gStopMutex);
  /external/icu4c/i18n/
tzfmt.cpp 88 umtx_destroy(&fLock);
332 umtx_destroy(&gTimeZoneFormatLock);
islamcal.cpp 68 umtx_destroy(&astroLock);
tznames.cpp 65 umtx_destroy(&gTimeZoneNamesLock);
astro.cpp 70 umtx_destroy(&ccLock);
    [all...]
chnsecal.cpp 93 umtx_destroy(&astroLock);
tridpars.cpp 931 umtx_destroy(&LOCK);
timezone.cpp 160 umtx_destroy(&LOCK);
164 umtx_destroy(&TZSET_LOCK);
    [all...]
translit.cpp     [all...]
tzgnames.cpp 279 umtx_destroy(&fLock);
    [all...]
zonemeta.cpp 56 umtx_destroy(&gZoneMetaLock);
ucurr.cpp 117 umtx_destroy(&gIsoCodesLock);
337 umtx_destroy(&gCRegLock);
    [all...]
tznames_impl.cpp 1021 umtx_destroy(&fLock);
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 398 umtx_destroy(&gTestMutexA);
399 umtx_destroy(&gTestMutexB);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 823 #define umtx_destroy macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 823 #define umtx_destroy macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 823 #define umtx_destroy macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 823 #define umtx_destroy macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1092 #define umtx_destroy macro
    [all...]

Completed in 1109 milliseconds