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()
579 z_add_thread_timeout(thread, timeout); in add_thread_timeout()1129 z_add_thread_timeout(arch_current_thread(), timeout); in z_tick_sleep()