zephyr/tests/kernel/threads/thread_apis/src
Johann Fischer 35691d21d8 tests: thread_apis: fix cast to smaller integer type
Clang 12.0.0 complains about
"cast to smaller integer type 'enum control_method' from 'void *'
[-Werror,-Wvoid-pointer-to-enum-cast]".
Cast it to intptr_t type first.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-12-04 12:09:54 +01:00
..
main.c tests: thread_apis: fix cast to smaller integer type 2021-12-04 12:09:54 +01: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