commit | d9aa4148318aa7406a51fa15f77e329c7c0ee08a | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Mon Aug 23 14:33:40 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Aug 25 22:07:04 2021 -0400 |
tree | 5942523c4dfcbd1bc012f2b1ad6f274a64cfe8c4 | |
parent | fcf720941f4473ad6e2359090b081db7adbeb31c [diff] |
kernel: work_q: Add an init function k_work_queue_start receives a struct that is expected to be uninitialized (zeroed). Otherwise the behavior is undefined. Following the Zephyr semantics, this pr introduce a new init function for this struct. Fixes #36865 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>