Home
last modified time | relevance | path

Searched refs:z_add_thread_timeout (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/kernel/include/
Dtimeout_q.h47 static inline void z_add_thread_timeout(struct k_thread *thread, k_timeout_t ticks) in z_add_thread_timeout() function
70 static inline void z_add_thread_timeout(struct k_thread *thread, k_timeout_t ticks)
Dkthread.h52 z_add_thread_timeout(thread, delay); in thread_schedule_new()
/Zephyr-latest/kernel/
Dsched.c549 z_add_thread_timeout(thread, timeout); in add_thread_timeout()
1096 z_add_thread_timeout(_current, timeout); in z_tick_sleep()