Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/htl/
Dpt-barrier-wait.c39 __pthread_queue_iterate (barrier->__queue, wakeup) in pthread_barrier_wait()
46 __pthread_dequeuing_iterate (barrier->__queue, wakeup) in pthread_barrier_wait()
49 barrier->__queue = NULL; in pthread_barrier_wait()
64 __pthread_enqueue (&barrier->__queue, self); in pthread_barrier_wait()
Dpt-cond-signal.c31 wakeup = cond->__queue; in __pthread_cond_signal()
Dpt-cond-brdcast.c30 while ((wakeup = cond->__queue)) in __pthread_cond_broadcast()
Dpt-cond-destroy.c29 if (cond->__queue) in __pthread_cond_destroy()
Dpt-cond-timedwait.c138 __pthread_enqueue (&cond->__queue, self); in __pthread_cond_timedwait_internal()
/glibc-2.36/sysdeps/htl/bits/types/
Dstruct___pthread_barrier.h28 struct __pthread *__queue; /* List of waiters. */ member
Dstruct___pthread_cond.h28 struct __pthread *__queue; member
Dstruct___pthread_mutex.h34 struct __pthread *__queue; member
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-hurd-cond-timedwait.c93 __pthread_enqueue (&cond->__queue, self); in __pthread_hurd_cond_timedwait_internal()