commit | 0ef5dac70e28770b4f820fd0e872dd081543f7e2 | [log] [tgz] |
---|---|---|
author | Lixin Guo <lixinx.guo@intel.com> | Mon Nov 15 16:27:25 2021 +0800 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Dec 24 20:47:03 2021 -0500 |
tree | f1d5c7ffd3a8d443cdcd239ce678105d1cc8a65c | |
parent | b1d2bb0b47c8b35738e09d3e2045675ff13bbcd4 [diff] |
tests: workq: add support for k_work_queue_init() According to documentation, the memory of struct: k_work_q should be zeroed. Signed-off-by: Lixin Guo <lixinx.guo@intel.com>