zephyr/tests/kernel/workq/work
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
..
src kernel: fix error in synchronous work cancellation return value 2021-04-27 13:28:45 -04:00
CMakeLists.txt
prj.conf
testcase.yaml