zephyr/subsys/rtio
Luis Ubieda 7d9ff8bcb4 rtio: workq: Initialize Work item before using it
As the items come from the memory slab, their initialization state
can't be guaranteed. This is causing some devices triggering an assert
in p4wq where the item's thread is not null (not zero).

Signed-off-by: Luis Ubieda <luisf@croxel.com>
2024-07-13 10:27:58 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.workq
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