Searched refs:z_waitq_head (Results 1 – 8 of 8) sorted by relevance
36 static inline struct k_thread *z_waitq_head(_wait_q_t *w) in z_waitq_head() function52 static inline struct k_thread *z_waitq_head(_wait_q_t *w)
84 CHECKIF(z_waitq_head(&stack->wait_q) != NULL) { in k_stack_cleanup()
954 for (thread = z_waitq_head(wait_q); thread != NULL; thread = z_waitq_head(wait_q)) { in z_unpend_all()1248 for (thread = z_waitq_head(wait_q); thread != NULL; thread = z_waitq_head(wait_q)) { in unpend_all()
179 struct k_thread *waiter = z_waitq_head(&mutex->wait_q); in z_impl_k_mutex_lock()
96 thread = z_waitq_head(&timer->wait_q); in z_timer_expiration_handler()
165 CHECKIF((z_waitq_head(&pipe->wait_q.readers) != NULL) || in k_pipe_cleanup()166 (z_waitq_head(&pipe->wait_q.writers) != NULL)) { in k_pipe_cleanup()
107 CHECKIF(z_waitq_head(&msgq->wait_q) != NULL) { in k_msgq_cleanup()
71 thread = z_waitq_head(&event.wait_q); in ZTEST()