commit | 435b9a1e4bac97b3f3b350bc2a07406fce477e61 | [log] [tgz] |
---|---|---|
author | Maksim Masalski <maksim.masalski@intel.com> | Mon May 18 21:45:59 2020 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Aug 06 07:33:39 2020 -0400 |
tree | 1ed3b1050e9a35360a980d5df1083949c522f303 | |
parent | e9ffd9574dac8c662154bd07b89087b4b71ad966 [diff] |
tests: memory protection thread stack exit uninit When thread is initialized and running z_object_validate will return 0 for thread object and its thread stack object. When thread exit, z_object_validate will return -1 for thread object and its thread stack object. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>