Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: poll: Allow 0 event for submitted work
Change: commit cc6317d Author: Jukka Rissanen <[email protected]> Date: Fri Nov 1 14:03:32 2019 +0200 kernel: poll: Allow 0 event input Allows `k_poll` to be user with 0 events, which is useful for allowing just a sleep without having to create artivical events. Allow the same for `k_work_submit_to_queue()` and `k_work_submit()`. Signed-off-by: David Brown <[email protected]>
- Loading branch information