Home
last modified time | relevance | path

Searched refs:atomic_fetch_add_relaxed (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/nptl/
Dsem_waitcommon.c92 atomic_fetch_add_relaxed (&sem->data, -((uint64_t) 1 << SEM_NWAITERS_SHIFT)); in __sem_wait_cleanup()
172 uint64_t d = atomic_fetch_add_relaxed (&sem->data, in __new_sem_wait_slow64()
198 atomic_fetch_add_relaxed (&sem->data, in __new_sem_wait_slow64()
Dpthread_cond_broadcast.c59 atomic_fetch_add_relaxed (cond->__data.__g_signals + g1, in ___pthread_cond_broadcast()
75 atomic_fetch_add_relaxed (cond->__data.__g_signals + g1, in ___pthread_cond_broadcast()
Dpthread_barrier_destroy.c44 if (atomic_fetch_add_relaxed (&bar->out, max_in_before_reset - in) < in) in __pthread_barrier_destroy()
Dpthread_cond_signal.c84 atomic_fetch_add_relaxed (cond->__data.__g_signals + g1, 2); in ___pthread_cond_signal()
Dpthread_rwlock_common.c635 atomic_fetch_add_relaxed (&rwlock->__data.__writers, 1); in __pthread_rwlock_wrlock_full64()
662 atomic_fetch_add_relaxed (&rwlock->__data.__writers, -1); in __pthread_rwlock_wrlock_full64()
Dpthread_cond_wait.c409 unsigned int flags = atomic_fetch_add_relaxed (&cond->__data.__wrefs, 8); in __pthread_cond_wait_common()
/glibc-2.36/sysdeps/htl/
Dsem-timedwait.c40 atomic_fetch_add_relaxed (&isem->data, -((uint64_t) 1 << SEM_NWAITERS_SHIFT)); in __sem_wait_cleanup()
63 uint64_t d = atomic_fetch_add_relaxed (&sem->data, in __sem_timedwait_internal()
Dpt-cond-timedwait.c150 atomic_fetch_add_relaxed (&cond->__wrefs, 2); in __pthread_cond_timedwait_internal()
/glibc-2.36/misc/
Datomic_wide_counter.c65 unsigned int l = atomic_fetch_add_relaxed (&c->__value32.__low, op); in __atomic_wide_counter_fetch_add_relaxed()
Dtst-atomic.c585 if (atomic_fetch_add_relaxed (&mem, 1) != 23 || mem != 24) in do_test()
/glibc-2.36/include/
Datomic_wide_counter.h43 return atomic_fetch_add_relaxed (&c->__value64, val); in __atomic_wide_counter_fetch_add_relaxed()
Datomic.h616 # define atomic_fetch_add_relaxed(mem, operand) \ macro
737 # ifndef atomic_fetch_add_relaxed
742 # define atomic_fetch_add_relaxed(mem, operand) \ macro
/glibc-2.36/stdlib/
Dcxa_thread_atexit_impl.c137 atomic_fetch_add_relaxed (&lm_cache->l_tls_dtor_count, 1); in __cxa_thread_atexit_impl()
/glibc-2.36/nscd/
Dcache.c456 atomic_fetch_add_relaxed (&table->head->gc_cycle, 1); in prune_cache()
500 atomic_fetch_add_relaxed (&table->head->gc_cycle, 1); in prune_cache()
Dmem.c262 atomic_fetch_add_relaxed (&db->head->gc_cycle, 1); in gc()
488 atomic_fetch_add_relaxed (&db->head->gc_cycle, 1); in gc()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-hurd-cond-timedwait.c116 atomic_fetch_add_relaxed (&cond->__wrefs, 2); in __pthread_hurd_cond_timedwait_internal()
/glibc-2.36/resolv/
Dres_send.c210 unsigned int offset = atomic_fetch_add_relaxed (&global_offset, 2); in nameserver_offset()
/glibc-2.36/ChangeLog.old/
DChangeLog.1844199 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,