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

/external/icu4c/common/
H A Dumutex.h74 #ifndef UMTX_FULL_BARRIER
76 # define UMTX_FULL_BARRIER __sync_synchronize(); macro
79 # define UMTX_FULL_BARRIER _ReadWriteBarrier(); macro
81 # define UMTX_FULL_BARRIER OSMemoryBarrier(); macro
83 # define UMTX_FULL_BARRIER \ macro
92 # define UMTX_ACQUIRE_BARRIER UMTX_FULL_BARRIER
96 # define UMTX_RELEASE_BARRIER UMTX_FULL_BARRIER

Completed in 83 milliseconds