commit | 1777c57bec31f5b46a38a4f929c370edbaecf353 | [log] [tgz] |
---|---|---|
author | Ramakrishna Pallala <ramakrishna.pallala@intel.com> | Wed Oct 25 13:15:52 2017 -0400 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Oct 27 10:56:58 2017 -0700 |
tree | c60bbdc6961898ef6b376531d770d3a081d95885 | |
parent | c44046acc186325aa9b56de51074e98ef622df1a [diff] |
kernel: fix bit clearing logic in _k_thread_group_leave Fix init_group bit clearing in _k_thread_group_leave() Fix _k_object_uninit calling order. Though the order won't make much difference in this case it is always good to destroy or uninitialize in the reverse order of the object creation or initialization. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>