Home
last modified time | relevance | path

Searched refs:atomic_exchange_acq (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dlowlevellock.c34 while (atomic_exchange_acq (futex, 2) != 0) in __lll_lock_wait_private()
47 while (atomic_exchange_acq (futex, 2) != 0) in __lll_lock_wait()
60 while (atomic_exchange_acq (futex, 2) != 0) in __lll_timedlock_wait()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Datomic.h180 #ifndef atomic_exchange_acq
181 # define atomic_exchange_acq(mem, newvalue) \ macro
196 # define atomic_exchange_rel(mem, newvalue) atomic_exchange_acq (mem, newvalue)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/
A Dlowlevellock.h180 if (__builtin_expect (atomic_exchange_acq (__futex, 2), 0)) \
200 if (__builtin_expect (atomic_exchange_acq (__futex, 1), 0)) \
A Dlowlevellock.c63 if (atomic_exchange_acq (futex, 2) == 0) in __lll_timedlock_wait()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/metag/
A Dlowlevellock.h179 if (unlikely(atomic_exchange_acq (__futex, 2))) \
199 if (unlikely(atomic_exchange_acq (__futex, 1))) \
A Dlowlevellock.c64 if (atomic_exchange_acq (futex, 2) == 0) in __lll_timedlock_wait()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/bits/
A Datomic.h100 #define atomic_exchange_acq(mem, newval) \ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/bits/
A Datomic.h75 #define atomic_exchange_acq(mem, value) \ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/xtensa/bits/
A Datomic.h170 #define atomic_exchange_acq(mem, newval) \ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/
A Datomic.h215 # define atomic_exchange_acq(mem, newval) \ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Datomic.h254 #define atomic_exchange_acq(mem, value) \ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/
A Datomic.h301 #define atomic_exchange_acq(mem, value) \ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/
A Datomic.h88 #define atomic_exchange_acq(mem, newvalue) \ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/bits/
A Datomic.h122 #define atomic_exchange_acq(mem, newvalue) \ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/
A Datomic.h552 #define atomic_exchange_acq(mem, value) \ macro

Completed in 29 milliseconds