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

1 2

  /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/4/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/4/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/6/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/7/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/7/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/8/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) 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/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro

Completed in 1324 milliseconds

1 2