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

  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.c 154 static UMTX cnvCacheMutex = NULL; /* Mutex for synchronizing cnv cache access. */
185 umtx_lock(&cnvCacheMutex);
189 umtx_unlock(&cnvCacheMutex);
214 umtx_destroy(&cnvCacheMutex); /* Don't worry about destroying the mutex even */
401 /* Will always be called with the cnvCacheMutex alrady being held */
448 /* cnvCacheMutex must be held by the caller to protect the hash table. */
530 * If pkg==NULL, then this function must be called inside umtx_lock(&cnvCacheMutex).
573 * and this function must be called inside umtx_lock(&cnvCacheMutex).
597 umtx_lock(&cnvCacheMutex);
599 umtx_unlock(&cnvCacheMutex);
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.cpp 163 static UMutex cnvCacheMutex = U_MUTEX_INITIALIZER; /* Mutex for synchronizing cnv cache access. */
411 /* Will always be called with the cnvCacheMutex alrady being held */
458 /* cnvCacheMutex must be held by the caller to protect the hash table. */
540 * If pkg==NULL, then this function must be called inside umtx_lock(&cnvCacheMutex).
583 * and this function must be called inside umtx_lock(&cnvCacheMutex).
607 umtx_lock(&cnvCacheMutex);
609 umtx_unlock(&cnvCacheMutex);
622 umtx_lock(&cnvCacheMutex);
624 umtx_unlock(&cnvCacheMutex);
818 /* Hold the cnvCacheMutex through the whole process of checking the *
    [all...]

Completed in 77 milliseconds