Searched refs:atomic_exchange_rel (Results 1 – 25 of 28) sorted by relevance
12
/sysdeps/hppa/nptl/ |
A D | pthread_spin_unlock.c | 43 atomic_exchange_rel (lock, 0); in __pthread_spin_unlock()
|
A D | pthread_spin_init.c | 43 atomic_exchange_rel (lock, 0); in __pthread_spin_init()
|
A D | tls.h | 126 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/arm/nptl/ |
A D | tls.h | 92 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/alpha/nptl/ |
A D | tls.h | 98 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/microblaze/nptl/ |
A D | tls.h | 103 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/aarch64/nptl/ |
A D | tls.h | 101 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/arc/nptl/ |
A D | tls.h | 106 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/m68k/nptl/ |
A D | tls.h | 125 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/riscv/nptl/ |
A D | tls.h | 116 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/csky/nptl/ |
A D | tls.h | 121 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/nios2/nptl/ |
A D | tls.h | 133 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/mips/nptl/ |
A D | tls.h | 153 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/sparc/nptl/ |
A D | tls.h | 133 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/sh/nptl/ |
A D | tls.h | 132 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/s390/nptl/ |
A D | tls.h | 160 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/ia64/ |
A D | atomic-machine.h | 58 #define atomic_exchange_rel(mem, value) \ macro
|
/sysdeps/ia64/nptl/ |
A D | tls.h | 150 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/s390/ |
A D | atomic-machine.h | 80 #define atomic_exchange_rel(mem, newvalue) \ macro
|
/sysdeps/powerpc/nptl/ |
A D | tls.h | 217 = atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
|
/sysdeps/arm/ |
A D | atomic-machine.h | 45 # define atomic_exchange_rel(mem, value) \ macro
|
/sysdeps/nptl/ |
A D | lowlevellock.h | 150 int __oldval = atomic_exchange_rel (__futex, 0); \
|
/sysdeps/microblaze/ |
A D | atomic-machine.h | 126 #define atomic_exchange_rel(mem, value) \ macro
|
/sysdeps/aarch64/ |
A D | atomic-machine.h | 124 # define atomic_exchange_rel(mem, value) \ macro
|
/sysdeps/mips/ |
A D | atomic-machine.h | 138 #define atomic_exchange_rel(mem, value) \ macro
|
Completed in 21 milliseconds
12