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

1 2

  /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/ndk/8/platforms/android-14/arch-mips/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/ndk/8/platforms/android-9/arch-mips/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/ndk/9/platforms/android-14/arch-mips/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/ndk/9/platforms/android-18/arch-mips/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/ndk/9/platforms/android-9/arch-mips/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 163 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 161 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 161 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 161 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 163 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 163 static bool _STLP_CALL sync_with_stdio(bool __sync = true);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 36 * __sync - Synchronize
195 * __sync - Synchronize
197 * void __sync (void);
199 #define __sync() __asm__ volatile ("sync") macro
  /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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 676 sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 676 sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 676 sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 676 sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 674 sync_with_stdio(bool __sync = true);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 665 * @param __sync Whether to synchronize or not.
674 sync_with_stdio(bool __sync = true);

Completed in 552 milliseconds

1 2