/glibc-2.36/hurd/ |
D | hurdlock.c | 135 if (!val && atomic_compare_and_exchange_bool_acq (iptr, id, 0) == 0) in __lll_robust_lock() 137 else if (atomic_compare_and_exchange_bool_acq (iptr, in __lll_robust_lock() 145 if (!val && atomic_compare_and_exchange_bool_acq (iptr, id, 0) == 0) in __lll_robust_lock() 149 if (atomic_compare_and_exchange_bool_acq (iptr, id, val) == 0) in __lll_robust_lock() 176 if (!val && atomic_compare_and_exchange_bool_acq (iptr, id, 0) == 0) in __lll_robust_abstimed_lock() 178 else if (atomic_compare_and_exchange_bool_acq (iptr, in __lll_robust_abstimed_lock() 186 if (!val && atomic_compare_and_exchange_bool_acq (iptr, id, 0) == 0) in __lll_robust_abstimed_lock() 190 if (atomic_compare_and_exchange_bool_acq (iptr, id, val) == 0) in __lll_robust_abstimed_lock() 219 if (atomic_compare_and_exchange_bool_acq (iptr, id, 0) == 0) in __lll_robust_trylock() 223 && atomic_compare_and_exchange_bool_acq (iptr, id, val) == 0) in __lll_robust_trylock()
|
/glibc-2.36/include/ |
D | atomic.h | 127 #ifndef atomic_compare_and_exchange_bool_acq 129 # define atomic_compare_and_exchange_bool_acq(mem, newval, oldval) \ macro 133 # define atomic_compare_and_exchange_bool_acq(mem, newval, oldval) \ macro 171 (atomic_compare_and_exchange_bool_acq (__atg5_memp, __atg5_value, \ 196 (atomic_compare_and_exchange_bool_acq (__atg6_memp, \ 244 (atomic_compare_and_exchange_bool_acq (__atg8_memp, __atg8_value,\ 279 (atomic_compare_and_exchange_bool_acq (__atg10_memp, \ 364 (atomic_compare_and_exchange_bool_acq (__atg11_memp, \ 400 (atomic_compare_and_exchange_bool_acq (__atg14_memp, \ 418 (atomic_compare_and_exchange_bool_acq (__atg15_memp, \ [all …]
|
/glibc-2.36/nptl/ |
D | nptl_setxid.c | 46 while (atomic_compare_and_exchange_bool_acq (&cmdp->error, error, -1)); in setxid_error() 103 && ! atomic_compare_and_exchange_bool_acq (&t->setxid_futex, -2, -1)) in libc_hidden_def() 128 while (atomic_compare_and_exchange_bool_acq (&t->cancelhandling, in libc_hidden_def() 144 while (atomic_compare_and_exchange_bool_acq (&t->cancelhandling, in setxid_unmark_thread()
|
D | old_pthread_cond_broadcast.c | 37 if (atomic_compare_and_exchange_bool_acq (&cond->cond, newcond, NULL)) in __pthread_cond_broadcast_2_0()
|
D | old_pthread_cond_signal.c | 37 if (atomic_compare_and_exchange_bool_acq (&cond->cond, newcond, NULL)) in __pthread_cond_signal_2_0()
|
D | old_pthread_cond_wait.c | 37 if (atomic_compare_and_exchange_bool_acq (&cond->cond, newcond, NULL)) in __pthread_cond_wait_2_0()
|
D | old_pthread_cond_timedwait.c | 38 if (atomic_compare_and_exchange_bool_acq (&cond->cond, newcond, NULL)) in __pthread_cond_timedwait_2_0()
|
D | pthread_key_delete.c | 33 && ! atomic_compare_and_exchange_bool_acq (&__pthread_keys[key].seq, in ___pthread_key_delete()
|
D | pthread_detach.c | 36 if (atomic_compare_and_exchange_bool_acq (&pd->joinid, pd, NULL)) in ___pthread_detach()
|
D | pthread_key_create.c | 33 && ! atomic_compare_and_exchange_bool_acq (&__pthread_keys[cnt].seq, in ___pthread_key_create()
|
/glibc-2.36/sysdeps/nptl/ |
D | lowlevellock.h | 69 __glibc_unlikely (atomic_compare_and_exchange_bool_acq ((lock), 1, 0)) 77 __glibc_unlikely (atomic_compare_and_exchange_bool_acq (&(lock), 2, 0)) 99 (atomic_compare_and_exchange_bool_acq (__futex, 1, 0))) \
|
D | dl-thread_gscope_wait.c | 45 if (atomic_compare_and_exchange_bool_acq (gscope_flagp, in __thread_gscope_wait() 68 if (atomic_compare_and_exchange_bool_acq (gscope_flagp, in __thread_gscope_wait()
|
D | futex-internal.h | 320 if (__glibc_unlikely (atomic_compare_and_exchange_bool_acq (futex, 1, 0))) in __futex_clocklock64()
|
/glibc-2.36/misc/ |
D | tst-atomic.c | 68 if (atomic_compare_and_exchange_bool_acq (&mem, 35, 24) in do_test() 76 if (! atomic_compare_and_exchange_bool_acq (&mem, 10, 15) in do_test() 84 if (atomic_compare_and_exchange_bool_acq (&mem, -56, -15) in do_test() 92 if (! atomic_compare_and_exchange_bool_acq (&mem, 17, 0) in do_test()
|
/glibc-2.36/mach/ |
D | lowlevellock.h | 78 || atomic_compare_and_exchange_bool_acq (__iptr, 1, 0) != 0) \ 96 && atomic_compare_and_exchange_bool_acq (__iptr, 1, 0) == 0 ? 0 : -1; \
|
/glibc-2.36/sysdeps/s390/ |
D | atomic-machine.h | 67 #define atomic_compare_and_exchange_bool_acq(mem, newval, oldval) \ macro 74 atomic_compare_and_exchange_bool_acq (mem, newval, oldval)
|
/glibc-2.36/sysdeps/mach/hurd/htl/ |
D | pt-mutex-consistent.c | 34 && atomic_compare_and_exchange_bool_acq (&mtxp->__lock, in pthread_mutex_consistent()
|
/glibc-2.36/sysdeps/generic/ |
D | atomic-machine.h | 35 #define atomic_compare_and_exchange_bool_acq(mem, newval, oldval) \ macro
|
/glibc-2.36/sysdeps/htl/ |
D | dl-thread_gscope_wait.c | 44 if (atomic_compare_and_exchange_bool_acq (gscope_flagp, in __thread_gscope_wait()
|
/glibc-2.36/sysdeps/m68k/coldfire/ |
D | atomic-machine.h | 38 #define atomic_compare_and_exchange_bool_acq(mem, newval, oldval) \ macro
|
/glibc-2.36/malloc/ |
D | set-freeres.c | 50 if (!atomic_compare_and_exchange_bool_acq (&already_called, 1, 0)) in __libc_freeres()
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | atomic-machine.h | 95 #define atomic_compare_and_exchange_bool_acq(mem, newval, oldval) \ macro
|
/glibc-2.36/sysdeps/or1k/ |
D | atomic-machine.h | 61 #define atomic_compare_and_exchange_bool_acq(mem, new, old) \ macro
|
/glibc-2.36/sysdeps/csky/ |
D | atomic-machine.h | 59 #define atomic_compare_and_exchange_bool_acq(mem, new, old) \ macro
|
/glibc-2.36/gmon/ |
D | mcount.c | 72 if (atomic_compare_and_exchange_bool_acq (&p->state, GMON_PROF_BUSY, in _MCOUNT_DECL()
|