commit | 1be7bca3333d0636f48a867148b9d2e44c0d6270 | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Tue Oct 25 10:57:52 2016 -0500 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Wed Oct 26 17:03:13 2016 +0000 |
tree | 12ea62980fab0957d69647c994d944e1471a5b77 | |
parent | 2220f25f0a6271a0c51f30ef44d9d6ce74c77b9f [diff] |
kernel: Add interrupt locking to thread monitoring exit API This is needed because some thread termination paths can be invoked with no guarantee that thread preemption won't happen. (It also aligns with the approach taken by the thread monitoring initialization code.) Change-Id: I28a384e051775390eb047498cb23fed22910e4df Signed-off-by: Allan Stephens <allan.stephens@windriver.com>