HomeSort by relevance Sort by last modified time
    Searched refs:__sync (Results 1 - 16 of 16) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
barrier.h 24 #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)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
barrier.h 24 #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)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
barrier.h 24 #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)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
barrier.h 24 #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)
  /external/kernel-headers/original/asm-mips/
barrier.h 67 #define __sync() \ macro
78 #define __sync() do { } while(0) macro
92 #define fast_wmb() __sync()
93 #define fast_rmb() __sync()
94 #define fast_mb() __sync()
110 __sync(); \
  /external/stlport/stlport/stl/
_ios_base.h 161 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 161 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 161 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 161 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 161 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 676 sync_with_stdio(bool __sync = true);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 674 sync_with_stdio(bool __sync = true);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 674 sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 676 sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 676 sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 676 sync_with_stdio(bool __sync = true);

Completed in 1103 milliseconds