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

1 2

  /external/libdrm/
xf86atomic.h 55 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) macro
74 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) macro
91 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) macro
103 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c)
  /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

Completed in 244 milliseconds

1 2