Home
last modified time | relevance | path

Searched refs:UMTX_FULL_BARRIER (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Dumutex.h68 #ifndef UMTX_FULL_BARRIER
70 # define UMTX_FULL_BARRIER macro
72 # define UMTX_FULL_BARRIER __sync_synchronize(); macro
74 # define UMTX_FULL_BARRIER _ReadWriteBarrier(); macro
76 # define UMTX_FULL_BARRIER OSMemoryBarrier(); macro
78 # define UMTX_FULL_BARRIER \ macro
87 # define UMTX_ACQUIRE_BARRIER UMTX_FULL_BARRIER
91 # define UMTX_RELEASE_BARRIER UMTX_FULL_BARRIER