Lines Matching defs:wait_q
533 static void add_to_waitq_locked(struct k_thread *thread, _wait_q_t *wait_q) in add_to_waitq_locked()
553 static void pend_locked(struct k_thread *thread, _wait_q_t *wait_q, in pend_locked()
563 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q, in z_pend_thread()
621 _wait_q_t *wait_q, k_timeout_t timeout) in z_pend_curr()
642 struct k_thread *z_unpend1_no_timeout(_wait_q_t *wait_q) in z_unpend1_no_timeout()
707 _wait_q_t *wait_q = pended_on_thread(thread); in z_thread_prio_set() local
939 int z_unpend_all(_wait_q_t *wait_q) in z_unpend_all()
1220 static inline void unpend_all(_wait_q_t *wait_q) in unpend_all()
1456 bool z_sched_wake(_wait_q_t *wait_q, int swap_retval, void *swap_data) in z_sched_wake()
1479 _wait_q_t *wait_q, k_timeout_t timeout, void **data) in z_sched_wait()
1489 int z_sched_waitq_walk(_wait_q_t *wait_q, in z_sched_waitq_walk()