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

  /external/chromium/third_party/icu/source/common/
putil.c 196 static UMTX fakeClockMutex = NULL;
205 umtx_lock(&fakeClockMutex);
218 umtx_unlock(&fakeClockMutex);
    [all...]
  /external/icu4c/common/
putil.c 213 static UMTX fakeClockMutex = NULL;
222 umtx_lock(&fakeClockMutex);
235 umtx_unlock(&fakeClockMutex);
    [all...]

Completed in 188 milliseconds