Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange_weak_relaxed (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/nptl/
Dpthread_rwlock_common.c321 if (atomic_compare_exchange_weak_relaxed in __pthread_rwlock_rdlock_full64()
375 if (atomic_compare_exchange_weak_relaxed in __pthread_rwlock_rdlock_full64()
456 && (!atomic_compare_exchange_weak_relaxed in __pthread_rwlock_rdlock_full64()
479 if (atomic_compare_exchange_weak_relaxed in __pthread_rwlock_rdlock_full64()
708 && (!atomic_compare_exchange_weak_relaxed in __pthread_rwlock_wrlock_full64()
825 && (!atomic_compare_exchange_weak_relaxed in __pthread_rwlock_wrlock_full64()
Dpthread_cond_wait.c579 || atomic_compare_exchange_weak_relaxed in __pthread_cond_wait_common()
/glibc-2.36/misc/
Dtst-atomic.c530 if (!atomic_compare_exchange_weak_relaxed (&mem, &expected, 25) in do_test()
536 if (atomic_compare_exchange_weak_relaxed (&mem, &expected, 14) in do_test()
/glibc-2.36/include/
Datomic.h593 # define atomic_compare_exchange_weak_relaxed(mem, expected, desired) \ macro
704 # ifndef atomic_compare_exchange_weak_relaxed
707 # define atomic_compare_exchange_weak_relaxed(mem, expected, desired) \ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1844195 atomic_compare_exchange_weak_relaxed,