Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dksched.h159 static inline void unpend_thread_no_timeout(struct k_thread *thread) in unpend_thread_no_timeout() function
182 unpend_thread_no_timeout(thread); in z_unpend_first_thread()
/Zephyr-latest/kernel/
Dsched.c576 unpend_thread_no_timeout(thread); in z_unpend_thread_no_timeout()
600 unpend_thread_no_timeout(thread); in z_sched_wake_thread()
650 unpend_thread_no_timeout(thread); in z_unpend1_no_timeout()
1207 unpend_thread_no_timeout(thread); in unpend_all()
1241 unpend_thread_no_timeout(thread); in halt_thread()
1452 unpend_thread_no_timeout(thread); in z_sched_wake()
Dpipe.c132 unpend_thread_no_timeout(reader); in copy_to_pending_readers()