Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/htl/
Dtimer_routines.c61 static struct list_head thread_active_list; variable
171 INIT_LIST_HEAD (&thread_active_list); in init_module()
231 list_append (&thread_active_list, node); in __timer_thread_alloc()
500 struct list_head *iter = list_first (&thread_active_list); in __timer_thread_find_matching()
502 while (iter != list_null (&thread_active_list)) in __timer_thread_find_matching()
/glibc-2.36/ChangeLog.old/
DChangeLog.1839418 (timer_free_list, thread_free_list, thread_active_list): Make static.
50679 (timer_free_list, thread_free_list, thread_active_list): Likewise.