Searched defs:UMutex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dcmutex.h22 typedef struct UMutex UMutex; typedef in typeref:struct: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/
H A Dcmutex.h22 typedef struct UMutex UMutex; typedef in typeref:struct:UMutex
30 U_INTERNAL void U_EXPORT2 umtx_lock(UMutex* mutex);
36 U_INTERNAL void U_EXPORT2 umtx_unlock (UMutex* mutex);

Completed in 92 milliseconds