Searched refs:z_pend_thread (Results 1 – 4 of 4) sorted by relevance
78 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()
57 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q,
280 z_pend_thread(sending_thread, &mbox->tx_msg_queue, K_FOREVER); in mbox_message_put()
593 void z_pend_thread(struct k_thread *thread, _wait_q_t *wait_q, in z_pend_thread() function