Home
last modified time | relevance | path

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

/Zephyr-4.2.1/kernel/
Dcondvar.c56 z_ready_thread(thread); in z_impl_k_condvar_signal()
91 z_ready_thread(pending_thread); in z_impl_k_condvar_broadcast()
Dsem.c107 z_ready_thread(thread); in z_impl_k_sem_give()
179 z_ready_thread(thread); in z_impl_k_sem_reset()
Dfutex.c46 z_ready_thread(thread); in z_impl_k_futex_wake()
Dtimer.c115 z_ready_thread(thread); in z_timer_expiration_handler()
227 z_ready_thread(pending_thread); in z_impl_k_timer_stop()
Dmsg_q.c154 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()
Dmailbox.c192 z_ready_thread(sending_thread); in mbox_message_dispose()
239 z_ready_thread(receiving_thread); in mbox_message_put()
Dstack.c120 z_ready_thread(first_pending_thread); in z_impl_k_stack_push()
Dmutex.c272 z_ready_thread(new_owner); in z_impl_k_mutex_unlock()
Dinit.c468 z_ready_thread(&z_main_thread); in prepare_multithreading()
Dmem_slab.c289 z_ready_thread(pending_thread); in k_mem_slab_free()
Dpipe.c139 z_ready_thread(reader); in copy_to_pending_readers()
Dqueue.c84 z_ready_thread(thread); in prepare_thread_to_run()
Dsched.c348 void z_ready_thread(struct k_thread *thread) in z_ready_thread() function
957 z_ready_thread(thread); in z_unpend_all()
Dpoll.c278 z_ready_thread(thread); in signal_poller()
/Zephyr-4.2.1/tests/benchmarks/sched/src/
Dmain.c144 z_ready_thread(th); in main()
/Zephyr-4.2.1/tests/benchmarks/sched_queues/src/
Dmain.c115 z_ready_thread(&test_thread[i]); in test_decreasing_priority()
136 z_ready_thread(&test_thread[i - 1]); in test_increasing_priority()
/Zephyr-4.2.1/kernel/include/
Dksched.h72 void z_ready_thread(struct k_thread *thread);
/Zephyr-4.2.1/lib/os/
Dp4wq.c295 z_ready_thread(th); in k_p4wq_submit()
/Zephyr-4.2.1/doc/releases/
Drelease-notes-2.6.rst1860 * :github:`32800` - Race conditions with setting thread attributes after ``z_ready_thread``?