Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dkthread.h144 static inline void z_mark_thread_as_not_pending(struct k_thread *thread) in z_mark_thread_as_not_pending() function
Dksched.h164 z_mark_thread_as_not_pending(thread); in unpend_thread_no_timeout()
/Zephyr-latest/kernel/
Dmailbox.c191 z_mark_thread_as_not_pending(sending_thread); in mbox_message_dispose()