zephyr/subsys/rtio
Tom Burdick be4c3804de rtio: Fix syscall verify misra-c:2004 12.4 issue
MISRA-C says the right hand of a logical and should not contain side
effect operations. Instead nest the branches to get the same logic
without the MISRA-C rule breakage.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2025-07-25 08:09:41 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.workq rtio: workq: Restructure workqueue as a threads pool with a queue 2025-07-08 18:35:26 -05:00
rtio_executor.c
rtio_handlers.c rtio: Fix syscall verify misra-c:2004 12.4 issue 2025-07-25 08:09:41 -04:00
rtio_init.c
rtio_sched.c
rtio_sched.h
rtio_workq.c rtio: workq: Restructure workqueue as a threads pool with a queue 2025-07-08 18:35:26 -05:00