Home
last modified time | relevance | path

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

/Zephyr-4.2.1/kernel/include/
Dtimeout_q.h59 static inline k_ticks_t z_add_thread_timeout(struct k_thread *thread, k_timeout_t ticks) in z_add_thread_timeout() function
90 static inline k_ticks_t z_add_thread_timeout(struct k_thread *thread, k_timeout_t ticks)
Dkthread.h57 z_add_thread_timeout(thread, delay); in thread_schedule_new()
/Zephyr-4.2.1/kernel/
Dsched.c560 z_add_thread_timeout(thread, timeout); in add_thread_timeout()
1137 expected_wakeup_ticks = (uint32_t)z_add_thread_timeout(_current, timeout); in z_tick_sleep()