/external/linux-kselftest/tools/testing/selftests/futex/include/ |
atomic.h | 32 * atomic_cmpxchg() - Atomic compare and exchange 40 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) function
|
/external/libdrm/ |
xf86atomic.h | 56 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) macro 76 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) macro 100 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) macro 112 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c)
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/ |
atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
atomic.h | 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/ |
atomic.h | 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/ |
atomic.h | 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/ |
atomic.h | 32 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) macro
|