zephyr/tests/kernel/threads/thread_apis/src
Flavio Ceolin 0aaae4a039 guideline: Make explicit fallthrough cases
-Wimplicit-fallthrough=2 requires a fallthrough comment or a compiler
to tells gcc that this happens intentionally.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-08-24 20:28:47 -04:00
..
main.c guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
test_essential_thread.c test: thread: add a test case for essential thread abort 2020-08-21 13:58:35 -04:00
test_kthread_for_each.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
test_threads_cancel_abort.c tests: show k_thread_abort works in an ISR 2020-08-18 08:36:35 +02:00
test_threads_cpu_mask.c tests: threads: mark cpu_mask skipped where it does not run 2020-08-06 12:07:38 -05:00
test_threads_set_priority.c
test_threads_spawn.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
test_threads_suspend_resume.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
tests_thread_apis.h