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 rtio: Add RTIO Work-queues service 2024-07-09 17:21:05 -04:00
Kconfig rtio: Add RTIO Work-queues service 2024-07-09 17:21:05 -04:00
Kconfig.workq rtio: Add RTIO Work-queues service 2024-07-09 17:21:05 -04:00
rtio_executor.c sys: Add a lockfree mpsc and spsc queues 2024-06-06 00:42:29 -07:00
rtio_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
rtio_init.c sys: Add a lockfree mpsc and spsc queues 2024-06-06 00:42:29 -07:00
rtio_workq.c rtio: workq: Initialize Work item before using it 2024-07-13 10:27:58 -04:00