zephyr/tests/kernel/workq/work
Peter Bigot fed035231f kernel: work: fix schedule from running work
k_work_schedule() is supposed to be a no-op if the work item is
already scheduled or submitted: the previous schedule is left
unchanged.  The check incorrectly inhibited the schedule operation
when the work item was neither scheduled nor submitted, but was
running.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-03-29 12:27:36 -04:00
..
src kernel: work: fix schedule from running work 2021-03-29 12:27:36 -04:00
CMakeLists.txt
prj.conf
testcase.yaml