Searched refs:wrefs (Results 1 – 1 of 1) sorted by relevance
26 unsigned int wrefs = atomic_fetch_or_acquire (&cond->__wrefs, 1); in __pthread_cond_destroy() local36 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