Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dkthread.h132 static inline void z_mark_thread_as_not_suspended(struct k_thread *thread) in z_mark_thread_as_not_suspended() function
/Zephyr-latest/kernel/
Dsched.c537 z_mark_thread_as_not_suspended(thread); in z_impl_k_thread_resume()