commit | 47435904efc1810652043978766cda629bc59d5a | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Mon May 17 06:36:04 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 17 15:36:03 2021 -0400 |
tree | d1b3857af2ed4fd8b3679a6278f5164aab7a61a7 | |
parent | bd077561d0fff43014f4e98f474629ae664fc4d7 [diff] |
kernel: work: document error returns for schedule operations When a non-zero delay is used the schedule functions can't fail, but if K_NO_WAIT is passed error conditions may be forwarded from k_submit_to_queue. Also add a missed error return from k_submit_to_queue. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>