Searched refs:links (Results 1 – 5 of 5) sorted by relevance
/sysdeps/htl/ |
A D | timer_routines.c | 129 - offsetof (struct thread_node, links)); in thread_links2ptr() 136 - offsetof (struct timer_node, links)); in timer_links2ptr() 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() 245 list_unlink (&thread->links); in __timer_thread_dealloc() 246 list_append (&thread_free_list, &thread->links); in __timer_thread_dealloc() 454 list_insbefore (iter, &insert->links); in __timer_thread_queue_timer() 545 list_append (&timer_free_list, &timer->links); in __timer_dealloc()
|
/sysdeps/pthread/ |
A D | posix-timer.h | 31 struct list_head links; member 46 struct list_head links; member
|
/sysdeps/unix/sysv/linux/ |
A D | configure.ac | 114 Delete the links and re-run configure, or better still, move the entire
|
A D | configure | 157 Delete the links and re-run configure, or better still, move the entire
|
/sysdeps/powerpc/powerpc64/le/ |
A D | Makefile | 185 CFLAGS-links-dso-program.cc += -mno-float128
|
Completed in 6 milliseconds