zephyr/tests/kernel/workq
Peter Bigot 707dc22fb0 kernel: fix error in synchronous work cancellation return value
The return value is documented to be true if the work was pending, but
the implementation returned true only if the work was actually running
(i.e. the caller had to wait).  It should also return true if
scheduled or submitted work was cancelled.

Note that this means the return value cannot be used to determine
whether the call slept.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-04-27 13:28:45 -04:00
..
critical tests: kernel: workq: critical: replace to-be-deprecated k_work API use 2021-04-09 05:41:50 -05:00
user_work kernel: remove old work queue implementation 2021-03-03 20:06:00 -05:00
work kernel: fix error in synchronous work cancellation return value 2021-04-27 13:28:45 -04:00
work_queue tests: kernel: work_queue: remove unpassable tests 2021-03-10 06:10:59 -05:00