Searched refs:_wait_q_t (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-2.7.6/include/ |
D | wait_q.h | 27 static inline void z_waitq_init(_wait_q_t *w) in z_waitq_init() 36 static inline struct k_thread *z_waitq_head(_wait_q_t *w) in z_waitq_head() 47 static inline void z_waitq_init(_wait_q_t *w) 52 static inline struct k_thread *z_waitq_head(_wait_q_t *w)
|
D | kernel_structs.h | 198 } _wait_q_t; typedef 208 } _wait_q_t; typedef
|
D | kernel.h | 1277 _wait_q_t wait_q; 1652 _wait_q_t wait_q; 1960 _wait_q_t wait_q; 2392 _wait_q_t wait_q; 2545 _wait_q_t wait_q; 2650 _wait_q_t wait_q; 2731 _wait_q_t wait_q; 3645 _wait_q_t notifyq; 3648 _wait_q_t drainq; 4155 _wait_q_t wait_q; [all …]
|
/Zephyr-Core-2.7.6/kernel/include/ |
D | ksched.h | 43 struct k_thread *z_unpend1_no_timeout(_wait_q_t *wait_q); 45 _wait_q_t *wait_q, k_timeout_t timeout); 46 int z_pend_curr_irqlock(uint32_t key, _wait_q_t *wait_q, k_timeout_t timeout); 47 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q, 51 struct k_thread *z_unpend_first_thread(_wait_q_t *wait_q); 53 int z_unpend_all(_wait_q_t *wait_q); 68 static inline void z_pend_curr_unlocked(_wait_q_t *wait_q, k_timeout_t timeout) in z_pend_curr_unlocked() 242 static inline void _ready_one_thread(_wait_q_t *wq) in _ready_one_thread() 316 bool z_sched_wake(_wait_q_t *wait_q, int swap_retval, void *swap_data); 330 static inline bool z_sched_wake_all(_wait_q_t *wait_q, int swap_retval, in z_sched_wake_all() [all …]
|
/Zephyr-Core-2.7.6/include/posix/ |
D | posix_types.h | 57 _wait_q_t wait_q; 66 _wait_q_t wait_q; 74 _wait_q_t wait_q;
|
/Zephyr-Core-2.7.6/include/kernel/ |
D | thread.h | 54 _wait_q_t *pended_on; 212 _wait_q_t join_queue;
|
/Zephyr-Core-2.7.6/kernel/ |
D | sched.c | 620 static _wait_q_t *pended_on_thread(struct k_thread *thread) in pended_on_thread() 636 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() [all …]
|
D | poll.c | 317 static _wait_q_t wait_q = Z_WAIT_Q_INIT(&wait_q); in z_impl_k_poll()
|
D | pipes.c | 287 _wait_q_t *wait_q, in pipe_xfer_prepare()
|
/Zephyr-Core-2.7.6/tests/benchmarks/sched/src/ |
D | main.c | 39 _wait_q_t waitq;
|
/Zephyr-Core-2.7.6/include/sys/ |
D | p4wq.h | 66 _wait_q_t waitq;
|
/Zephyr-Core-2.7.6/lib/posix/ |
D | eventfd.c | 17 _wait_q_t wait_q;
|