commit | 26d1eb38e6dd68017567827243a26aab37551de7 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Tue Sep 12 11:47:18 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Sep 12 12:32:00 2017 -0700 |
tree | ffc169a9b28556fb3748fcc95abbc79748fe7893 | |
parent | 9a74a081e5e44993f2dc85919488a611d2866420 [diff] |
stack_sentinel: remove check in _new_thread We already check the stack sentinel for outgoing thread when we _Swap, just leverage that. The thread state check in _check_stack_sentinel now only exits if the current thread is a dummy thread. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>