Searched refs:z_ready_thread (Results 1 – 20 of 20) sorted by relevance
56 z_ready_thread(thread); in z_impl_k_condvar_signal()91 z_ready_thread(pending_thread); in z_impl_k_condvar_broadcast()
107 z_ready_thread(thread); in z_impl_k_sem_give()179 z_ready_thread(thread); in z_impl_k_sem_reset()
46 z_ready_thread(thread); in z_impl_k_futex_wake()
109 z_ready_thread(thread); in z_timer_expiration_handler()217 z_ready_thread(pending_thread); in z_impl_k_timer_stop()
151 z_ready_thread(pending_thread); in z_impl_k_msgq_put()260 z_ready_thread(pending_thread); in z_impl_k_msgq_get()396 z_ready_thread(pending_thread); in z_impl_k_msgq_purge()
192 z_ready_thread(sending_thread); in mbox_message_dispose()239 z_ready_thread(receiving_thread); in mbox_message_put()
120 z_ready_thread(first_pending_thread); in z_impl_k_stack_push()
272 z_ready_thread(new_owner); in z_impl_k_mutex_unlock()
288 z_ready_thread(pending_thread); in k_mem_slab_free()
139 z_ready_thread(reader); in copy_to_pending_readers()
373 z_ready_thread(dest->thread); in pipe_write()631 z_ready_thread(src_desc->thread); in pipe_get_internal()
84 z_ready_thread(thread); in prepare_thread_to_run()
674 z_ready_thread(&z_main_thread); in prepare_multithreading()
357 void z_ready_thread(struct k_thread *thread) in z_ready_thread() function926 z_ready_thread(thread); in z_unpend_all()
275 z_ready_thread(thread); in signal_poller()
144 z_ready_thread(th); in main()
115 z_ready_thread(&test_thread[i]); in test_decreasing_priority()136 z_ready_thread(&test_thread[i - 1]); in test_increasing_priority()
70 void z_ready_thread(struct k_thread *thread);
295 z_ready_thread(th); in k_p4wq_submit()
1860 * :github:`32800` - Race conditions with setting thread attributes after ``z_ready_thread``?