Home
last modified time | relevance | path

Searched refs:z_mark_thread_as_suspended (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/kernel/include/
Dkthread.h125 static inline void z_mark_thread_as_suspended(struct k_thread *thread) in z_mark_thread_as_suspended() function
/Zephyr-latest/kernel/
Dsched.c494 z_mark_thread_as_suspended(thread); in z_impl_k_thread_suspend()