Home
last modified time | relevance | path

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

/glibc-2.36/htl/
Dpt-dealloc.c55 __pthread_enqueue (&__pthread_free_threads, pthread); in __pthread_dealloc()
Dpt-internal.h124 __pthread_enqueue (struct __pthread **head, struct __pthread *thread) in __pthread_enqueue() function
/glibc-2.36/sysdeps/htl/
Dpt-barrier-wait.c64 __pthread_enqueue (&barrier->__queue, self); in pthread_barrier_wait()
Dpt-rwlock-timedwrlock.c60 __pthread_enqueue (&rwlock->__writerqueue, self); in __pthread_rwlock_timedwrlock_internal()
Dpt-rwlock-timedrdlock.c74 __pthread_enqueue (&rwlock->__readerqueue, self); in __pthread_rwlock_timedrdlock_internal()
Dpt-cond-timedwait.c138 __pthread_enqueue (&cond->__queue, self); in __pthread_cond_timedwait_internal()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-hurd-cond-timedwait.c93 __pthread_enqueue (&cond->__queue, self); in __pthread_hurd_cond_timedwait_internal()