Home
last modified time | relevance | path

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

/sysdeps/htl/
A Dpt-cond-destroy.c26 unsigned int wrefs = atomic_fetch_or_acquire (&cond->__wrefs, 1); in __pthread_cond_destroy() local
36 while (wrefs >> 1 != 0) 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()

Completed in 3 milliseconds