Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dbarrier.h24 #define __sync() do { } while(0) macro
26 #define fast_wmb() __sync()
27 #define fast_rmb() __sync()
29 #define fast_mb() __sync()
30 #define fast_iob() do { __sync(); __fast_iob(); } while (0)