Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/htl/
Dpt-barrier-wait.c39 __pthread_queue_iterate (barrier->__queue, wakeup) in pthread_barrier_wait()
Dpt-rwlock-unlock.c69 __pthread_queue_iterate (rwlock->__readerqueue, wakeup) in __pthread_rwlock_unlock()
/glibc-2.36/htl/
Dpt-internal.h149 #define __pthread_queue_iterate(queue, element) \ macro