Lines Matching defs:t
78 static void insert_in_run_queue_head(thread_t *t) { in insert_in_run_queue_head()
89 static void insert_in_run_queue_tail(thread_t *t) { in insert_in_run_queue_tail()
100 static void wakeup_cpu_for_thread(thread_t *t) in wakeup_cpu_for_thread()
111 static void init_thread_struct(thread_t *t, const char *name) { in init_thread_struct()
145 thread_t *thread_create_etc(thread_t *t, const char *name, thread_start_routine entry, void *arg, i… in thread_create_etc()
233 status_t thread_set_real_time(thread_t *t) { in thread_set_real_time()
252 static bool thread_is_realtime(thread_t *t) { in thread_is_realtime()
256 static bool thread_is_idle(thread_t *t) { in thread_is_idle()
260 static bool thread_is_real_time_or_idle(thread_t *t) { in thread_is_real_time_or_idle()
274 status_t thread_resume(thread_t *t) { in thread_resume()
298 status_t thread_detach_and_resume(thread_t *t) { in thread_detach_and_resume()
306 status_t thread_join(thread_t *t, int *retcode, lk_time_t timeout) { in thread_join()
353 status_t thread_detach(thread_t *t) { in thread_detach()
691 void thread_unblock(thread_t *t, bool resched) { in thread_unblock()
705 enum handler_return thread_timer_tick(struct timer *t, lk_time_t now, void *arg) { in thread_timer_tick()
721 thread_t *t = (thread_t *)arg; in thread_sleep_handler() local
782 thread_t *t = idle_thread(0); in thread_init_early() local
850 thread_t *t = get_current_thread(); in thread_become_idle() local
882 thread_t *t = idle_thread(cpu); in thread_secondary_cpu_init_early() local
907 thread_t *t = get_current_thread(); in thread_secondary_cpu_entry() local
939 static size_t thread_stack_used(thread_t *t) { in thread_stack_used()
960 void dump_thread(thread_t *t) { in dump_thread()
992 thread_t *t; in dump_all_threads_unlocked() local
1108 thread_t *t; in wait_queue_wake_one() local
1161 thread_t *t; in wait_queue_wake_all() local
1236 status_t thread_unblock_from_wait_queue(thread_t *t, status_t wait_queue_error) { in thread_unblock_from_wait_queue()