commit | 773bd98c73cf6e2ab486c404928477b76bd125f0 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Tue Apr 30 07:06:39 2019 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed May 01 10:40:19 2019 -0400 |
tree | c70ec2cfda39c8cf29df4fa503bcfcda95ee6653 | |
parent | a404bb76ee62a8099a83cd81b7a33538adee6c9a [diff] |
doc: clarify behavior of k_poll_signal_raise on error k_poll_signal_raise() returns an error code to indicate that the raise was too late to notify an expiring poll. Make clear that this does not mean that the signal was lost: a subsequent poll will find it and expire immediately. Signed-off-by: Peter A. Bigot <pab@pabigot.com>