zephyr/tests/kernel/threads/thread_apis/src
Andy Ross 0f20abda8d 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>
2021-09-28 20:15:05 -04:00
..
main.c test: thread : test run k_thread_resume on unsuspend thread 2021-05-07 18:21:23 -04:00
test_essential_thread.c
test_kthread_for_each.c test: thread_api: refine test coverage of thread_api 2021-03-02 14:28:24 -05:00
test_threads_cancel_abort.c tests: thread: Add an initialization 2021-09-17 10:30:54 -04:00
test_threads_cpu_mask.c tests/kernel/threads_apis: Add case for CPU_MASK_PIN_ONLY 2021-09-28 20:15:05 -04:00
test_threads_set_priority.c
test_threads_spawn.c test: thread_api: refine test coverage of thread_api 2021-03-02 14:28:24 -05:00
test_threads_suspend_resume.c test: thread : test run k_thread_resume on unsuspend thread 2021-05-07 18:21:23 -04:00
tests_thread_apis.h