| commit | 0f20abda8d7d3be0ab3e6ee6daea600ade91581d | [log] [tgz] |
|---|---|---|
| author | Andy Ross <andrew.j.ross@intel.com> | Fri Sep 24 15:33:25 2021 -0700 |
| committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:15:05 2021 -0400 |
| tree | f68affa87e515cbfc17ff606cba9adce9e771eaa | |
| parent | b11e796c36a2e9664bccac0da8ecabb40480e92d [diff] |
tests/kernel/threads_apis: Add case for CPU_MASK_PIN_ONLY Add testing for the PIN_ONLY API variant (which has a separate run queue per CPU). Predicate on SMP systems only, to keep needless duplicate testing to a minimum. Note that one of the cases in this test exercises an "all cpus" option for the cpu mask, which is illegal when CONFIG_SCHED_CPU_MASK_PIN_ONLY is set. Skip. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>