Searched refs:z_ready_thread (Results 1 – 19 of 19) 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()
115 z_ready_thread(thread); in z_timer_expiration_handler()227 z_ready_thread(pending_thread); in z_impl_k_timer_stop()
154 z_ready_thread(pending_thread); in put_msg_in_queue()314 z_ready_thread(pending_thread); in z_impl_k_msgq_get()450 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()
468 z_ready_thread(&z_main_thread); in prepare_multithreading()
289 z_ready_thread(pending_thread); in k_mem_slab_free()
139 z_ready_thread(reader); in copy_to_pending_readers()
84 z_ready_thread(thread); in prepare_thread_to_run()
348 void z_ready_thread(struct k_thread *thread) in z_ready_thread() function957 z_ready_thread(thread); in z_unpend_all()
278 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()
72 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``?