commit | 19d8349aa5f1744bb3c58784499c277751bc120d | [log] [tgz] |
---|---|---|
author | Piotr Zięcik <piotr.ziecik@nordicsemi.no> | Fri Sep 27 09:16:25 2019 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Fri Oct 04 17:15:17 2019 +0200 |
tree | d37eeee8381867b67b1c6ddb5f64957e660e480e | |
parent | 1c4177d10f747b09747a34fb20a88637bf92acea [diff] |
kernel: Introduce k_work_poll This commit adds new k_work_poll interface. It allows to submit given work to a workqueue automatically when one of the watched pollable objects changes its state. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no> Signed-off-by: Peter A. Bigot <pab@pabigot.com>