commit | 5d872f6e91af5c40462117a83c0b977d1399820c | [log] [tgz] |
---|---|---|
author | Ying ming <mingx.ying@intel.com> | Thu Apr 29 18:29:20 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 07 18:21:23 2021 -0400 |
tree | f50e7bf36a1d87cd2736017e3d2d53364518f167 | |
parent | 168e9ed6c275b570b502d9164cf60caab9279cf8 [diff] |
test: thread : test run k_thread_resume on unsuspend thread If calling function k_thread_resume() when the thread is not suspend, it takes no effect. This change improve coverage of function k_thread_resume() in sched.c Signed-off-by: Ying ming <mingx.ying@intel.com>