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

12

  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
atomic.h 34 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) macro

Completed in 287 milliseconds

12