Lines Matching refs:thread_node
41 static struct thread_node thread_array[THREAD_MAXNODES];
56 struct thread_node __timer_signal_thread_rclk;
125 static inline struct thread_node *
128 return (struct thread_node *) ((char *) list in thread_links2ptr()
129 - offsetof (struct thread_node, links)); in thread_links2ptr()
142 thread_init (struct thread_node *thread, const pthread_attr_t *attr, clockid_t clock_id) in thread_init()
211 thread_deinit (struct thread_node *thread) in thread_deinit()
221 struct thread_node *
228 struct thread_node *thread = thread_links2ptr (node); in __timer_thread_alloc()
242 __timer_thread_dealloc (struct thread_node *thread) in __timer_thread_dealloc()
263 struct thread_node *thread = val; in thread_cleanup()
290 thread_expire_timer (struct thread_node *self, struct timer_node *timer) in thread_expire_timer()
353 struct thread_node *self = arg; in thread_func()
437 __timer_thread_queue_timer (struct thread_node *thread, in __timer_thread_queue_timer()
462 __timer_thread_start (struct thread_node *thread) in __timer_thread_start()
487 __timer_thread_wakeup (struct thread_node *thread) in __timer_thread_wakeup()
496 struct thread_node *
504 struct thread_node *candidate = thread_links2ptr (iter); in __timer_thread_find_matching()