zephyr/tests/kernel/threads/thread_apis/src
Ying ming 5d872f6e91 test: thread : test run k_thread_resume on unsuspend thread
If calling function k_thread_resume() when the thread is not suspend,
it takes no effect. This change improve coverage of function
k_thread_resume() in sched.c

Signed-off-by: Ying ming <mingx.ying@intel.com>
2021-05-07 18:21:23 -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 kernel: Remove abort and join implementation (UNBISECTABLE) 2021-02-24 16:39:15 -05:00
test_threads_cpu_mask.c
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