zephyr/tests/kernel/smp
Andy Ross 59cdfe6e44 tests/kernel: SMP test
Simple SMP test to validate the two threads can be simultaneously
scheduled.  Arranges things such that both threads are at different
priorities and never yield the CPU, so on a uniprocessor build they
cannot be fairly scheduled.  Checks that both are nonetheless making
progress.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-02-16 10:44:29 -05:00
..
src tests/kernel: SMP test 2018-02-16 10:44:29 -05:00
CMakeLists.txt tests/kernel: SMP test 2018-02-16 10:44:29 -05:00
prj.conf tests/kernel: SMP test 2018-02-16 10:44:29 -05:00
testcase.yaml tests/kernel: SMP test 2018-02-16 10:44:29 -05:00