Searched refs:atomic_fetch_add_relaxed (Results 1 – 18 of 18) sorted by relevance
/glibc-2.36/nptl/ |
D | sem_waitcommon.c | 92 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()
|
D | pthread_cond_broadcast.c | 59 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()
|
D | pthread_barrier_destroy.c | 44 if (atomic_fetch_add_relaxed (&bar->out, max_in_before_reset - in) < in) in __pthread_barrier_destroy()
|
D | pthread_cond_signal.c | 84 atomic_fetch_add_relaxed (cond->__data.__g_signals + g1, 2); in ___pthread_cond_signal()
|
D | pthread_rwlock_common.c | 635 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()
|
D | pthread_cond_wait.c | 409 unsigned int flags = atomic_fetch_add_relaxed (&cond->__data.__wrefs, 8); in __pthread_cond_wait_common()
|
/glibc-2.36/sysdeps/htl/ |
D | sem-timedwait.c | 40 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()
|
D | pt-cond-timedwait.c | 150 atomic_fetch_add_relaxed (&cond->__wrefs, 2); in __pthread_cond_timedwait_internal()
|
/glibc-2.36/misc/ |
D | atomic_wide_counter.c | 65 unsigned int l = atomic_fetch_add_relaxed (&c->__value32.__low, op); in __atomic_wide_counter_fetch_add_relaxed()
|
D | tst-atomic.c | 585 if (atomic_fetch_add_relaxed (&mem, 1) != 23 || mem != 24) in do_test()
|
/glibc-2.36/include/ |
D | atomic_wide_counter.h | 43 return atomic_fetch_add_relaxed (&c->__value64, val); in __atomic_wide_counter_fetch_add_relaxed()
|
D | atomic.h | 616 # 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/ |
D | cxa_thread_atexit_impl.c | 137 atomic_fetch_add_relaxed (&lm_cache->l_tls_dtor_count, 1); in __cxa_thread_atexit_impl()
|
/glibc-2.36/nscd/ |
D | cache.c | 456 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()
|
D | mem.c | 262 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/ |
D | pt-hurd-cond-timedwait.c | 116 atomic_fetch_add_relaxed (&cond->__wrefs, 2); in __pthread_hurd_cond_timedwait_internal()
|
/glibc-2.36/resolv/ |
D | res_send.c | 210 unsigned int offset = atomic_fetch_add_relaxed (&global_offset, 2); in nameserver_offset()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 44199 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
|