Searched refs:cnvCacheMutex (Results 1 – 1 of 1) sorted by relevance
154 static UMTX cnvCacheMutex = NULL; /* Mutex for synchronizing cnv cache access. */ variable198 umtx_destroy(&cnvCacheMutex); /* Don't worry about destroying the mutex even */ in ucnv_cleanup()581 umtx_lock(&cnvCacheMutex); in ucnv_unloadSharedDataIfReady()583 umtx_unlock(&cnvCacheMutex); in ucnv_unloadSharedDataIfReady()591 umtx_lock(&cnvCacheMutex); in ucnv_incrementRefCount()593 umtx_unlock(&cnvCacheMutex); in ucnv_incrementRefCount()765 umtx_lock(&cnvCacheMutex); in ucnv_loadSharedData()767 umtx_unlock(&cnvCacheMutex); in ucnv_loadSharedData()829 umtx_lock(&cnvCacheMutex); in ucnv_createAlgorithmicConverter()831 umtx_unlock(&cnvCacheMutex); in ucnv_createAlgorithmicConverter()[all …]