Searched refs:cnvCacheMutex (Results 1 – 1 of 1) sorted by relevance
154 static UMTX cnvCacheMutex = NULL; /* Mutex for synchronizing cnv cache access. */ variable185 umtx_lock(&cnvCacheMutex); in ucnv_flushAvailableConverterCache()189 umtx_unlock(&cnvCacheMutex); in ucnv_flushAvailableConverterCache()214 umtx_destroy(&cnvCacheMutex); /* Don't worry about destroying the mutex even */ in ucnv_cleanup()597 umtx_lock(&cnvCacheMutex); in ucnv_unloadSharedDataIfReady()599 umtx_unlock(&cnvCacheMutex); in ucnv_unloadSharedDataIfReady()612 umtx_lock(&cnvCacheMutex); in ucnv_incrementRefCount()614 umtx_unlock(&cnvCacheMutex); in ucnv_incrementRefCount()813 umtx_lock(&cnvCacheMutex); in ucnv_loadSharedData()815 umtx_unlock(&cnvCacheMutex); in ucnv_loadSharedData()[all …]