Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dtimer_routines.c56 struct list_links timer_free_list; variable
172 list_init (&timer_free_list); in init_module()
178 list_append (&timer_free_list, &__timer_array[i].links); in init_module()
540 struct list_links *node = list_first (&timer_free_list); in __timer_alloc()
542 if (node != list_null (&timer_free_list)) in __timer_alloc()
563 list_append (&timer_free_list, &timer->links); in __timer_dealloc()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtimer_routines.c57 struct list_links timer_free_list; variable
173 list_init (&timer_free_list); in init_module()
179 list_append (&timer_free_list, &__timer_array[i].links); in init_module()
545 struct list_links *node = list_first (&timer_free_list); in __timer_alloc()
547 if (node != list_null (&timer_free_list)) in __timer_alloc()
568 list_append (&timer_free_list, &timer->links); in __timer_dealloc()

Completed in 11 milliseconds