Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dkthread.h129 static inline void z_mark_thread_as_not_queued(struct k_thread *thread) in z_mark_thread_as_not_queued() function
/Zephyr-latest/kernel/
Dsched.c125 z_mark_thread_as_not_queued(thread); in dequeue_thread()