Home
last modified time | relevance | path

Searched defs:t (Results 1 – 4 of 4) sorted by relevance

/kernel/
A Dtimeout.c42 sys_dnode_t *t = sys_dlist_peek_head(&timeout_list); in first() local
47 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() local
183 for (struct _timeout *t = first(); t != NULL; t = next(t)) { in timeout_rem() local
248 struct _timeout *t; in sys_clock_announce() local
283 uint64_t t = 0U; in sys_clock_tick_get() local
A Dtimer.c27 void z_timer_expiration_handler(struct _timeout *t) in z_timer_expiration_handler()
A Dsmp.c260 struct k_thread *t = _current_cpu->current; in z_smp_current_get() local
/kernel/include/
A Dpriority_q.h108 struct k_thread *t; in z_priq_simple_add() local
136 struct k_thread *t; in z_priq_simple_yield() local
200 struct k_thread *t; in z_priq_rb_add() local

Completed in 5 milliseconds