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

  /external/chromium_org/third_party/icu/source/common/
umutex.c 162 * ICUMutex One of these is set up for each UMTX that is used by other ICU code.
163 * The opaque UMTX points to the corresponding ICUMutex struct.
169 UMTX *owner; /* Points back to the UMTX corrsponding to this */
184 UMTX userMutex; /* For use with u_setMutexFunctions operations, */
196 static UMTX globalUMTX;
198 static UMTX globalUMTX = &globalMutex;
200 static UMTX globalUMTX = NULL;
231 umtx_lock(UMTX *mutex)
268 umtx_unlock(UMTX* mutex
607 UMTX *umtx = thisMutex->owner; local
    [all...]
  /external/compiler-rt/lib/
atomic.c 63 #include <sys/umtx.h>

Completed in 1448 milliseconds