Searched refs:z_add_thread_timeout (Results 1 – 3 of 3) sorted by relevance
47 static inline void z_add_thread_timeout(struct k_thread *thread, k_timeout_t ticks) in z_add_thread_timeout() function70 static inline void z_add_thread_timeout(struct k_thread *thread, k_timeout_t ticks)
52 z_add_thread_timeout(thread, delay); in thread_schedule_new()
549 z_add_thread_timeout(thread, timeout); in add_thread_timeout()1096 z_add_thread_timeout(_current, timeout); in z_tick_sleep()