Searched refs:thread_node (Results 1 – 2 of 2) sorted by relevance
29 struct thread_node struct57 struct thread_node *thread; argument84 extern struct thread_node __timer_signal_thread_rclk;183 extern int __timer_thread_start (struct thread_node *thread);184 extern struct thread_node *__timer_thread_find_matching (const pthread_attr_t *desired_attr, clocki…185 extern struct thread_node *__timer_thread_alloc (const pthread_attr_t *desired_attr, clockid_t);186 extern void __timer_thread_dealloc (struct thread_node *thread);187 extern int __timer_thread_queue_timer (struct thread_node *thread,189 extern void __timer_thread_wakeup (struct thread_node *thread);
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()211 thread_deinit (struct thread_node *thread) in thread_deinit()221 struct thread_node *242 __timer_thread_dealloc (struct thread_node *thread) in __timer_thread_dealloc()263 struct thread_node *thread = val; in thread_cleanup()353 struct thread_node *self = arg; in thread_func()462 __timer_thread_start (struct thread_node *thread) in __timer_thread_start()[all …]
Completed in 5 milliseconds