Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsched.c40 static void add_to_waitq_locked(struct k_thread *thread, _wait_q_t *wait_q);
430 add_to_waitq_locked(_current, wq); in z_thread_halt()
533 static void add_to_waitq_locked(struct k_thread *thread, _wait_q_t *wait_q) in add_to_waitq_locked() function
559 add_to_waitq_locked(thread, wait_q); in pend_locked()
1368 add_to_waitq_locked(_current, &thread->join_queue); in z_impl_k_thread_join()