Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/wait_queues/src/
Dmain.c78 z_pend_thread((struct k_thread *)&dummy_thread[i], in test_decreasing_priority()
109 z_pend_thread(thread, q, K_FOREVER); in test_increasing_priority()
/Zephyr-latest/kernel/include/
Dksched.h57 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q,
/Zephyr-latest/kernel/
Dmailbox.c280 z_pend_thread(sending_thread, &mbox->tx_msg_queue, K_FOREVER); in mbox_message_put()
Dsched.c593 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q, in z_pend_thread() function