commit | d49f413c54750bef03a35eed9a3a92b89cd0b0d3 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Dec 18 11:05:59 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jan 13 16:35:10 2020 -0500 |
tree | 9f3776e5a2bcba7ece8b1a7440a70fbcebec57d9 | |
parent | 24ff46c634665b1ce73337e2ec67734d71f9c10f [diff] |
tests: futex: use one cpu Nearly all of these cases create a child thread that needs to complete before the main test proceeds further. If the child thread runs simultaneously on another CPU, this gets messed up. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>