Home
last modified time | relevance | path

Searched refs:_wait_q_t (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/kernel/include/
Dwait_q.h27 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)
Dksched.h54 struct k_thread *z_unpend1_no_timeout(_wait_q_t *wait_q);
56 _wait_q_t *wait_q, k_timeout_t timeout);
57 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q,
62 int z_unpend_all(_wait_q_t *wait_q);
153 static ALWAYS_INLINE _wait_q_t *pended_on_thread(struct k_thread *thread) in pended_on_thread()
174 static ALWAYS_INLINE struct k_thread *z_unpend_first_thread(_wait_q_t *wait_q) in z_unpend_first_thread()
228 bool z_sched_wake(_wait_q_t *wait_q, int swap_retval, void *swap_data);
254 static inline bool z_sched_wake_all(_wait_q_t *wait_q, int swap_retval, in z_sched_wake_all()
288 _wait_q_t *wait_q, k_timeout_t timeout, void **data);
308 int z_sched_waitq_walk(_wait_q_t *wait_q,
/Zephyr-latest/include/zephyr/kernel/
Dthread.h69 _wait_q_t *pended_on;
270 _wait_q_t join_queue;
372 _wait_q_t halt_queue;
/Zephyr-latest/include/zephyr/
Dkernel_structs.h275 } _wait_q_t; typedef
286 } _wait_q_t; typedef
Dkernel.h1558 _wait_q_t wait_q;
1959 _wait_q_t wait_q;
2260 _wait_q_t wait_q;
2328 _wait_q_t wait_q;
2870 _wait_q_t wait_q;
3026 _wait_q_t wait_q;
3137 _wait_q_t wait_q;
3222 _wait_q_t wait_q;
4169 _wait_q_t notifyq;
4172 _wait_q_t drainq;
[all …]
/Zephyr-latest/kernel/
Dsched.c40 static void add_to_waitq_locked(struct k_thread *thread, _wait_q_t *wait_q);
438 _wait_q_t *wq = &thread->join_queue; in z_thread_halt()
563 static void add_to_waitq_locked(struct k_thread *thread, _wait_q_t *wait_q) in add_to_waitq_locked()
583 static void pend_locked(struct k_thread *thread, _wait_q_t *wait_q, in pend_locked()
593 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q, in z_pend_thread()
651 _wait_q_t *wait_q, k_timeout_t timeout) in z_pend_curr()
672 struct k_thread *z_unpend1_no_timeout(_wait_q_t *wait_q) in z_unpend1_no_timeout()
949 int z_unpend_all(_wait_q_t *wait_q) in z_unpend_all()
1244 static inline void unpend_all(_wait_q_t *wait_q) in unpend_all()
1483 bool z_sched_wake(_wait_q_t *wait_q, int swap_retval, void *swap_data) in z_sched_wake()
[all …]
Dpoll.c333 static _wait_q_t wait_q = Z_WAIT_Q_INIT(&wait_q); in z_impl_k_poll()
Dpipes.c248 _wait_q_t *wait_q, in pipe_waiter_list_populate()
/Zephyr-latest/tests/benchmarks/wait_queues/src/
Dmain.c32 static _wait_q_t wait_q;
68 static void test_decreasing_priority(_wait_q_t *q, unsigned int num_threads) in test_decreasing_priority()
96 static void test_increasing_priority(_wait_q_t *q, unsigned int num_threads) in test_increasing_priority()
/Zephyr-latest/include/zephyr/sys/
Dp4wq.h67 _wait_q_t waitq;
/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c48 _wait_q_t waitq;