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

  /external/icu4c/i18n/
zonemeta.cpp 29 static UMTX gZoneMetaLock = NULL;
56 umtx_destroy(&gZoneMetaLock);
226 UMTX_CHECK(&gZoneMetaLock, gCanonicalIDCacheInitialized, initialized);
229 umtx_lock(&gZoneMetaLock);
245 umtx_unlock(&gZoneMetaLock);
256 umtx_lock(&gZoneMetaLock);
260 umtx_unlock(&gZoneMetaLock);
344 umtx_lock(&gZoneMetaLock);
364 umtx_unlock(&gZoneMetaLock);
419 UMTX_CHECK(&gZoneMetaLock, gCountryInfoVectorsInitialized, initialized)
    [all...]
tzfmt.cpp 103 UMTX_CHECK(&gZoneMetaLock, (fTimeZoneGenericNames == NULL), create);

Completed in 85 milliseconds