HomeSort by relevance Sort by last modified time
    Searched refs:atomic_cmpxchg (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/ndk/9/platforms/android-17/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-18/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-19/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-9/arch-mips/usr/include/asm/
atomic.h 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
  /external/qemu/include/qemu/
atomic.h 192 #define atomic_cmpxchg __sync_val_compare_and_swap macro
  /external/qemu/util/
qemu-thread-posix.c 382 if (atomic_cmpxchg(&ev->value, EV_FREE, EV_BUSY) == EV_SET) {

Completed in 1539 milliseconds

12