Searched defs:t (Results 1 – 4 of 4) sorted by relevance
42 sys_dnode_t *t = sys_dlist_peek_head(&timeout_list); in first() local47 static struct _timeout *next(struct _timeout *t) in next()54 static void remove_timeout(struct _timeout *t) in remove_timeout()115 struct _timeout *t; in z_add_timeout() local183 for (struct _timeout *t = first(); t != NULL; t = next(t)) { in timeout_rem() local248 struct _timeout *t; in sys_clock_announce() local283 uint64_t t = 0U; in sys_clock_tick_get() local
27 void z_timer_expiration_handler(struct _timeout *t) in z_timer_expiration_handler()
260 struct k_thread *t = _current_cpu->current; in z_smp_current_get() local
108 struct k_thread *t; in z_priq_simple_add() local136 struct k_thread *t; in z_priq_simple_yield() local200 struct k_thread *t; in z_priq_rb_add() local
Completed in 5 milliseconds