zephyr/tests/kernel/workq/work_queue_api
Luiz Augusto von Dentz c1fa82b3c6 work_q: Make k_delayed_work_cancel cancel work already pending
This has been a limitation caused by k_fifo which could only remove
items from the beggining, but with the change to use k_queue in
k_work_q it is now possible to remove items from any position with
use of k_queue_remove.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-08-15 08:49:09 -04:00
..
src work_q: Make k_delayed_work_cancel cancel work already pending 2017-08-15 08:49:09 -04:00
Makefile
prj.conf
testcase.yaml tests: samples: convert testcase files to yaml 2017-06-21 20:56:53 -04:00