zephyr/tests/kernel/workq/work
Bjarki Arge Andreasen 3d24070890 kernel: work: add k_work_queue_run()
Add the ability to block and process a work queue by invoking
`k_work_queue_run` from an existing thread. This can be particularly useful
for using the main thread to process work items, in the same vein as the
system work queue, but from a lower priority/preemptible thread.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
Co-authored-by: Peter Johanson <peter@peterjohanson.com>
2025-05-30 16:37:02 +02:00
..
src kernel: work: add k_work_queue_run() 2025-05-30 16:37:02 +02:00
CMakeLists.txt
prj.conf
testcase.yaml