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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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 tests: Bluetooth: bsim: Add ll_adv_aux_set_remove function 2020-07-29 16:37:15 +02:00
boards tests: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
crypto tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
deprecated zephyr: Use deprecated instead of legacy for Kconfig int types 2020-06-09 06:49:56 -05:00
drivers tests: dac: remove whitelist 2020-07-30 08:00:03 -04:00
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 tests: net: af_packet: Fix running in real hw 2020-07-30 12:25:49 +02:00
portability tests: portability: cmsis_rtos_v1: Fix systick test 2020-07-09 11:21:03 +02:00
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 Revert "tests: dlist to add a testcase and add some tags" 2020-07-02 14:40:20 -05:00
ztest tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00