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

  /external/chromium_org/third_party/icu/source/common/
putil.c 228 static UMTX fakeClockMutex = NULL;
237 umtx_lock(&fakeClockMutex);
254 umtx_unlock(&fakeClockMutex);
    [all...]
  /external/icu4c/common/
putil.cpp 244 static UMutex fakeClockMutex = U_MUTEX_INTIALIZER;
253 umtx_lock(&fakeClockMutex);
270 umtx_unlock(&fakeClockMutex);
    [all...]

Completed in 380 milliseconds