zephyr/tests/kernel/workq
Joakim Andersson ea9590448d kernel: Add k_delayed_work_pending to check if work has been submitted
Add k_delayed_work_pending similar to k_work_pending to check if the
delayed work item has been submitted but not yet completed.
This would compliment the API since using k_work_pending or
k_delayed_work_remaining_get is not enough to check this condition.
This is because the timeout could have run out, but the timeout handler
not yet processed and put the work into the workqueue.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-08-04 17:32:56 +02:00
..
critical zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
work_queue kernel: Add k_delayed_work_pending to check if work has been submitted 2020-08-04 17:32:56 +02:00
work_queue_api tests: make code style changes according with review comments 2020-07-08 21:59:22 -04:00