zephyr/tests/kernel/queue
Luiz Augusto von Dentz 84db641de6 queue: Use k_poll if enabled
This makes use of POLL_EVENT in case k_poll is enabled which is
preferable over wait_q as that allows objects to be removed for the
data_q at any time.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-08-15 08:49:09 -04:00
..
src tests: queue: Add tests for k_queue_remove 2017-08-15 08:49:09 -04:00
Makefile
prj_poll.conf queue: Use k_poll if enabled 2017-08-15 08:49:09 -04:00
prj.conf
testcase.yaml queue: Use k_poll if enabled 2017-08-15 08:49:09 -04:00