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

  /external/icu4c/common/
umutex.cpp 106 static UMtxFn *pMutexUnlockFn = NULL;
127 pMutexUnlockFn = NULL;
195 if (pMutexUnlockFn) {
196 (*pMutexUnlockFn)(gMutexContext, &mutex->fUserMutex);
294 if (pMutexUnlockFn) {
295 (*pMutexUnlockFn)(gMutexContext, &mutex->fUserMutex);
335 pMutexUnlockFn = u;
  /external/chromium_org/third_party/icu/source/common/
umutex.c 223 static UMtxFn *pMutexUnlockFn = NULL;
286 if (pMutexUnlockFn) {
287 (*pMutexUnlockFn)(gMutexContext, &m->userMutex);
448 pMutexUnlockFn = u;
619 pMutexUnlockFn = NULL;

Completed in 527 milliseconds