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

  /external/chromium_org/third_party/icu/source/common/
cmutex.h 15 * C++ files should include umutex.h, not this header.
22 typedef struct UMutex UMutex;
30 U_INTERNAL void U_EXPORT2 umtx_lock(UMutex* mutex);
36 U_INTERNAL void U_EXPORT2 umtx_unlock (UMutex* mutex);
  /external/icu/icu4c/source/common/
cmutex.h 15 * C++ files should include umutex.h, not this header.
22 typedef struct UMutex UMutex;
30 U_INTERNAL void U_EXPORT2 umtx_lock(UMutex* mutex);
36 U_INTERNAL void U_EXPORT2 umtx_unlock (UMutex* mutex);

Completed in 66 milliseconds