Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/htl/
Dtimer_routines.c222 __timer_thread_alloc (const pthread_attr_t *desired_attr, clockid_t clock_id) in __timer_thread_alloc() argument
230 thread_init (thread, desired_attr, clock_id); in __timer_thread_alloc()
497 __timer_thread_find_matching (const pthread_attr_t *desired_attr, in __timer_thread_find_matching() argument
506 if (thread_attr_compare (desired_attr, &candidate->attr) in __timer_thread_find_matching()
/glibc-2.36/sysdeps/pthread/
Dposix-timer.h184 extern struct thread_node *__timer_thread_find_matching (const pthread_attr_t *desired_attr, clocki…
185 extern struct thread_node *__timer_thread_alloc (const pthread_attr_t *desired_attr, clockid_t);