Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/posix/
Dposix_types.h57 _wait_q_t wait_q; member
66 _wait_q_t wait_q; member
74 _wait_q_t wait_q; member
/Zephyr-Core-2.7.6/kernel/
Dsched.c636 static void add_to_waitq_locked(struct k_thread *thread, _wait_q_t *wait_q) in add_to_waitq_locked()
656 static void pend_locked(struct k_thread *thread, _wait_q_t *wait_q, in pend_locked()
666 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q, in z_pend_thread()
712 int z_pend_curr_irqlock(uint32_t key, _wait_q_t *wait_q, k_timeout_t timeout) in z_pend_curr_irqlock()
737 _wait_q_t *wait_q, k_timeout_t timeout) in z_pend_curr()
758 struct k_thread *z_unpend1_no_timeout(_wait_q_t *wait_q) in z_unpend1_no_timeout()
773 struct k_thread *z_unpend_first_thread(_wait_q_t *wait_q) in z_unpend_first_thread()
1122 int z_unpend_all(_wait_q_t *wait_q) in z_unpend_all()
1501 static inline void unpend_all(_wait_q_t *wait_q) in unpend_all()
1702 bool z_sched_wake(_wait_q_t *wait_q, int swap_retval, void *swap_data) in z_sched_wake()
[all …]
Dpoll.c317 static _wait_q_t wait_q = Z_WAIT_Q_INIT(&wait_q); in z_impl_k_poll() local
Dpipes.c287 _wait_q_t *wait_q, in pipe_xfer_prepare()
/Zephyr-Core-2.7.6/include/
Dkernel_structs.h202 #define Z_WAIT_Q_INIT(wait_q) { { { .lessthan_fn = z_priq_rb_lessthan } } } argument
210 #define Z_WAIT_Q_INIT(wait_q) { SYS_DLIST_STATIC_INIT(&(wait_q)->waitq) } argument
Dkernel.h1277 _wait_q_t wait_q; member
1652 _wait_q_t wait_q; member
1960 _wait_q_t wait_q; member
2392 _wait_q_t wait_q; member
2545 _wait_q_t wait_q; member
2650 _wait_q_t wait_q; member
2731 _wait_q_t wait_q; member
4155 _wait_q_t wait_q; member
4602 } wait_q; /** Wait queue */ member
4767 _wait_q_t wait_q; member
[all …]
/Zephyr-Core-2.7.6/kernel/include/
Dksched.h68 static inline void z_pend_curr_unlocked(_wait_q_t *wait_q, k_timeout_t timeout) in z_pend_curr_unlocked()
330 static inline bool z_sched_wake_all(_wait_q_t *wait_q, int swap_retval, in z_sched_wake_all()
/Zephyr-Core-2.7.6/lib/posix/
Deventfd.c17 _wait_q_t wait_q; member