zephyr/tests/kernel/workq/work_queue_api
Peter Bigot a808475c1d tests: kernel: work_queue_api: clean up work_pending arguments
Pass a pointer to the work item member rather than casting the
augmented work item pointer to a base work item pointer.

Also the return type of k_work_pending() is bool, so use that rather
than comparing it to zero.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-10-09 11:48:00 +02:00
..
src tests: kernel: work_queue_api: clean up work_pending arguments 2020-10-09 11:48:00 +02:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf tests: resolve shippable errors 2020-07-08 21:59:22 -04:00
testcase.yaml