Home
last modified time | relevance | path

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

/Zephyr-latest/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.c109 z_ready_thread(thread); in z_timer_expiration_handler()
217 z_ready_thread(pending_thread); in z_impl_k_timer_stop()
Dmsg_q.c151 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()
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()
Dmem_slab.c288 z_ready_thread(pending_thread); in k_mem_slab_free()
Dpipe.c139 z_ready_thread(reader); in copy_to_pending_readers()
Dpipes.c373 z_ready_thread(dest->thread); in pipe_write()
631 z_ready_thread(src_desc->thread); in pipe_get_internal()
Dqueue.c84 z_ready_thread(thread); in prepare_thread_to_run()
Dinit.c674 z_ready_thread(&z_main_thread); in prepare_multithreading()
Dsched.c357 void z_ready_thread(struct k_thread *thread) in z_ready_thread() function
926 z_ready_thread(thread); in z_unpend_all()
Dpoll.c275 z_ready_thread(thread); in signal_poller()
/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c144 z_ready_thread(th); in main()
/Zephyr-latest/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-latest/kernel/include/
Dksched.h70 void z_ready_thread(struct k_thread *thread);
/Zephyr-latest/lib/os/
Dp4wq.c295 z_ready_thread(th); in k_p4wq_submit()
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1860 * :github:`32800` - Race conditions with setting thread attributes after ``z_ready_thread``?