Searched refs:__wrefs (Results 1 – 5 of 5) sorted by relevance
/sysdeps/htl/ |
A D | pt-cond-destroy.c | 26 unsigned int wrefs = atomic_fetch_or_acquire (&cond->__wrefs, 1); in __pthread_cond_destroy() 38 __gsync_wait (__mach_task_self (), (vm_offset_t) &cond->__wrefs, wrefs, in __pthread_cond_destroy() 40 wrefs = atomic_load_acquire (&cond->__wrefs); in __pthread_cond_destroy()
|
A D | pt-cond-timedwait.c | 150 atomic_fetch_add_relaxed (&cond->__wrefs, 2); in __pthread_cond_timedwait_internal() 190 if ((atomic_fetch_add_release (&cond->__wrefs, -2)) == 3) in __pthread_cond_timedwait_internal() 191 __gsync_wake (__mach_task_self (), (vm_offset_t) &cond->__wrefs, 0, 0); in __pthread_cond_timedwait_internal()
|
/sysdeps/htl/bits/types/ |
A D | struct___pthread_cond.h | 30 unsigned int __wrefs; member
|
/sysdeps/mach/hurd/htl/ |
A D | pt-hurd-cond-timedwait.c | 116 atomic_fetch_add_relaxed (&cond->__wrefs, 2); in __pthread_hurd_cond_timedwait_internal() 155 if ((atomic_fetch_add_release (&cond->__wrefs, -2)) == 3) in __pthread_hurd_cond_timedwait_internal() 156 __gsync_wake (__mach_task_self (), (vm_offset_t) &cond->__wrefs, 0, 0); in __pthread_hurd_cond_timedwait_internal()
|
/sysdeps/nptl/bits/ |
A D | thread-shared-types.h | 101 unsigned int __wrefs; member
|
Completed in 5 milliseconds