Home
last modified time | relevance | path

Searched defs:wait_q (Results 1 – 4 of 4) sorted by relevance

/kernel/
A Dsched.c533 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()
[all …]
A Dpoll.c332 static _wait_q_t wait_q = Z_WAIT_Q_INIT(&wait_q); local
A Dpipes.c258 _wait_q_t *wait_q, in pipe_waiter_list_populate()
/kernel/include/
A Dksched.h162 static ALWAYS_INLINE struct k_thread *z_unpend_first_thread(_wait_q_t *wait_q) in z_unpend_first_thread()
242 static inline bool z_sched_wake_all(_wait_q_t *wait_q, int swap_retval, in z_sched_wake_all()

Completed in 13 milliseconds