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

  /bionic/libc/kernel/arch-x86/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
atomic_32.h 27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
atomic_32.h 27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /external/kernel-headers/original/asm-arm/
atomic.h 83 static inline int atomic_cmpxchg(atomic_t *ptr, int old, int new) function
88 __asm__ __volatile__("@ atomic_cmpxchg\n"
152 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) function
184 while (c != u && (old = atomic_cmpxchg((v), c, c + a)) != c)
  /bionic/libc/kernel/arch-mips/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /external/kernel-headers/original/asm-x86/
atomic_32.h 218 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
237 old = atomic_cmpxchg((v), c, c + (a));
  /external/kernel-headers/original/asm-mips/
atomic.h 310 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
329 old = atomic_cmpxchg((v), c, c + (a));

Completed in 31 milliseconds