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

  /bionic/libc/kernel/arch-sh/asm/
atomic.h 40 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) macro
  /bionic/libc/kernel/arch-x86/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilt/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
  /prebuilt/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
  /prebuilt/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
  /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

Completed in 989 milliseconds