Home
last modified time | relevance | path

Searched defs:wq (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/kernel/include/
Dwait_q.h24 #define _WAIT_Q_FOR_EACH(wq, thread_ptr) \ argument
/Zephyr-Core-3.7.0/tests/kernel/workq/work/src/
Dmain.c105 static inline int coop_counter(struct k_work_q *wq) in coop_counter()
1269 static bool try_queue_no_yield(struct k_work_q *wq) in try_queue_no_yield()
/Zephyr-Core-3.7.0/kernel/
Dsched.c459 _wait_q_t *wq = &thread->join_queue; in z_thread_halt() local