zephyr/tests/kernel/workq
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
..
critical kernel/sched: Clamp minimum timeslice when TICKLESS 2021-02-24 16:39:15 -05:00
user_work kernel: remove old work queue implementation 2021-03-03 20:06:00 -05:00
work kernel: work: fix schedule from running work 2021-03-29 12:27:36 -04:00
work_queue tests: kernel: work_queue: remove unpassable tests 2021-03-10 06:10:59 -05:00