/bionic/libc/kernel/arch-mips/asm/ |
D | cmpxchg.h | 24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R100… argument 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr))… argument 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) argument 27 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, ) argument
|
/bionic/libc/bionic/ |
D | semaphore.c | 166 unsigned int old, new; in __sem_dec() local 190 unsigned int old, new; in __sem_trydec() local 220 unsigned int old, new; in __sem_inc() local 339 int old; in sem_post() local
|
/bionic/libc/arch-arm/bionic/ |
D | atomics_arm.c | 61 __atomic_cmpxchg(int old, int _new, volatile int *ptr) in __atomic_cmpxchg()
|
/bionic/libc/upstream-netbsd/libc/gen/ |
D | popen.c | 83 struct pid *cur, *old; in popen() local
|
/bionic/libc/kernel/arch-x86/asm/ |
D | atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
/bionic/libc/kernel/common/linux/ |
D | uinput.h | 29 struct ff_effect old; member
|
D | cpumask.h | 70 #define cpu_remap(oldbit, old, new) __cpu_remap((oldbit), &(old), &(new), NR_CPUS) argument 71 #define cpus_remap(dst, src, old, new) __cpus_remap(&(dst), &(src), &(old), &(new), NR_CPUS) argument
|
D | nodemask.h | 71 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES) argument 72 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODE… argument
|
/bionic/libc/upstream-netbsd/libc/isc/ |
D | ev_streams.c | 158 evStream *old = id.opaque; in evCancelRW() local
|