zephyr/tests
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
..
application_development
arch toolchain: add Z_POW2_CEIL() 2020-07-30 21:11:14 -04:00
benchmarks benchmarks: timing_info: re-word thread abort actions 2020-07-30 10:44:41 -04:00
bluetooth
boards
crypto tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
deprecated
drivers
kernel kernel: Add k_delayed_work_pending to check if work has been submitted 2020-08-04 17:32:56 +02:00
lib devicetree: add accessors with default values 2020-08-04 07:35:26 -05:00
misc/test_build tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
net
portability
posix tests/posix/fs: Add tests for open flags 2020-07-30 16:33:18 +02:00
shell shell: correct build-in commands definition 2020-07-31 11:54:34 +02:00
subsys boards: dts: Fix broken link in comment 2020-07-31 09:00:32 -05:00
unit
ztest tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00