commit | 48fadfe6232a4520f13da6c54a8dd204f8c5ece2 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Tue Oct 17 15:37:26 2017 +0300 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Oct 18 13:02:52 2017 -0400 |
tree | e7545be09955d36489b3aa3ea07afe3f2f272b5a | |
parent | fc775a095cde5fb686edbc6e52537d1526851468 [diff] |
queue: k_queue_cancel_wait: Fix not interrupting other threads When k_poll is being used k_queue_cancel_wait shall mark the state as K_POLL_STATE_NOT_READY so other threads will get properly notified with a NULL pointer return. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>