zephyr/subsys/rtio
Tom Burdick 71bf36387c rtio: Enable submit/consume semaphores by default
The default behavior for thread pending of completions should use
semaphores rather than yield/wait looping when multithreading is
available.

Disable by default only when multithreading isn't available.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-08-05 10:16:12 +02:00
..
CMakeLists.txt rtio: Add RTIO Work-queues service 2024-07-09 17:21:05 -04:00
Kconfig rtio: Enable submit/consume semaphores by default 2024-08-05 10:16:12 +02:00
Kconfig.workq rtio: Add RTIO Work-queues service 2024-07-09 17:21:05 -04:00
rtio_executor.c
rtio_handlers.c
rtio_init.c
rtio_workq.c rtio: workq: Initialize Work item before using it 2024-07-13 10:27:58 -04:00