Files
zephyr/kernel
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
..
2020-11-27 20:08:14 -05:00
2021-03-19 11:22:17 -04:00
2020-12-07 21:50:14 -05:00
2021-02-04 14:00:36 -05:00
2020-09-23 13:21:07 -05:00
2021-01-15 14:51:20 +01:00