Searched refs:thread_test_setup (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/kernel/threads/dynamic_thread/src/ |
D | main.c | 217 void *thread_test_setup(void) in thread_test_setup() function 226 ZTEST_SUITE(thread_dynamic, NULL, thread_test_setup, NULL, NULL, NULL);
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | main.c | 645 static void *thread_test_setup(void) in thread_test_setup() function 663 ZTEST_SUITE(threads_lifecycle, NULL, thread_test_setup, NULL, NULL, NULL); 664 ZTEST_SUITE(threads_lifecycle_1cpu, NULL, thread_test_setup,
|