Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/htl/
Dtimer_routines.c71 list_append (struct list_head *list, struct list_head *newp) in list_append() function
82 list_append (list, newp); in list_insbefore()
175 list_append (&timer_free_list, &__timer_array[i].links); in init_module()
180 list_append (&thread_free_list, &thread_array[i].links); in init_module()
231 list_append (&thread_active_list, node); in __timer_thread_alloc()
246 list_append (&thread_free_list, &thread->links); in __timer_thread_dealloc()
545 list_append (&timer_free_list, &timer->links); in __timer_dealloc()
/glibc-2.36/ChangeLog.old/
DChangeLog.1850680 (list_append, list_insbefore): Likewise.