zephyr/tests/kernel/workq
Peter Bigot fbb7eb81b8 tests: kernel: work_queue: avoid improper access to internal structures
Nothing in the API description the delayed work structure sanctions
direct reference to internal fields.  Do not assume that a delayed
work item can be initialized in any way other than by invoking the
delayed work item init function.  Do not assume that a delayed work
item can be submitted without delay by invoking k_work_submit() with a
reference to the contained work item.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-24 13:04:48 +02:00
..
critical sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
work_queue tests: kernel: work_queue: avoid improper access to internal structures 2020-11-24 13:04:48 +02:00
work_queue_api tests: Remove filtering on KERNEL_COHERENCE 2020-11-11 10:59:52 -05:00