zephyr/tests/kernel/threads/thread_apis/src
Spoorthi K 07a8c0cf84 tests: kernel: Add test to verify k_thread_user_mode_enter()
Test to verify k_thread_user_mode_enter() when usermode is
not enabled or supported by architecture. The thread which calls
k_thread_user_mode_enter() with CONFIG_USERSPACE disabled or
architecture doesn't support usermode, should be marked
as usermode and if it is essential, then it has to be cleared.
This is added to improve code coverage.

Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
2018-07-30 14:20:09 -07:00
..
main.c tests: kernel: Add test to verify k_thread_user_mode_enter() 2018-07-30 14:20:09 -07:00
test_essential_thread.c tests: kernel: put all thread tests on one level 2018-05-26 09:16:42 -04:00
test_kthread_for_each.c tests: kernel: Move k_thread_foreach() API test to thread_apis test 2018-07-26 00:53:31 -04:00
test_threads_cancel_abort.c tests: kernel: put all thread tests on one level 2018-05-26 09:16:42 -04:00
test_threads_set_priority.c tests: kernel: put all thread tests on one level 2018-05-26 09:16:42 -04:00
test_threads_spawn.c tests: kernel: put all thread tests on one level 2018-05-26 09:16:42 -04:00
test_threads_suspend_resume.c tests: kernel: put all thread tests on one level 2018-05-26 09:16:42 -04:00