Home
last modified time | relevance | path

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

/sysdeps/htl/
A Dtimer_routines.c60 static struct list_head thread_free_list; variable
170 INIT_LIST_HEAD (&thread_free_list); in init_module()
180 list_append (&thread_free_list, &thread_array[i].links); in init_module()
224 struct list_head *node = list_first (&thread_free_list); in __timer_thread_alloc()
226 if (node != list_null (&thread_free_list)) in __timer_thread_alloc()
246 list_append (&thread_free_list, &thread->links); in __timer_thread_dealloc()

Completed in 5 milliseconds