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

  /bionic/libc/kernel/arch-x86/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /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/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /bionic/libc/kernel/arch-mips/asm/
atomic.h 34 #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
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /external/kernel-headers/original/asm-arm/
atomic.h 177 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
  /external/kernel-headers/original/asm-x86/
atomic_32.h 219 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /external/kernel-headers/original/asm-mips/
atomic.h 311 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro

Completed in 2448 milliseconds