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

1 2

  /development/ndk/platforms/android-9/arch-x86/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /external/qemu/include/qemu/
atomic.h 61 #define atomic_xchg(ptr, i) (barrier(), __sync_lock_test_and_set(ptr, i)) macro
66 #define atomic_mb_set(ptr, i) ((void)atomic_xchg(ptr, i))
170 #ifndef atomic_xchg
172 #define atomic_xchg(ptr, i) __sync_swap(ptr, i) macro
174 #define atomic_xchg(ptr, i) ({ \ macro
181 #define atomic_xchg(ptr, i) (smp_mb(), __sync_lock_test_and_set(ptr, i)) macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro

Completed in 3343 milliseconds

1 2