Lines Matching refs:test_thread
63 static struct k_thread test_thread;
521 k_thread_create(&test_thread, test_stack, STACKSIZE, in ZTEST_USER()
566 k_thread_create(&test_thread, test_stack, STACKSIZE, in ZTEST_USER()
571 k_thread_join(&test_thread, K_FOREVER); in ZTEST_USER()
595 k_thread_create(&test_thread, test_stack, STACKSIZE, in ZTEST_USER()
599 k_thread_join(&test_thread, K_FOREVER); in ZTEST_USER()
721 k_thread_create(&test_thread, test_stack, STACKSIZE, user_half, in spawn_user()
725 k_thread_join(&test_thread, K_FOREVER); in spawn_user()
1060 k_thread_create(&test_thread, test_stack, STACKSIZE, tls_entry, in ZTEST()
1064 &test_thread, (void *)test_thread.userspace_local_data); in ZTEST()
1067 (void *)test_thread.stack_info.start, in ZTEST()
1068 (void *)(test_thread.stack_info.start + in ZTEST()
1069 test_thread.stack_info.size)); in ZTEST()
1072 stack_obj_ptr = (char *)test_thread.stack_obj_mapped; in ZTEST()
1073 stack_obj_sz = test_thread.stack_obj_size; in ZTEST()
1082 uintptr_t tls_start = (uintptr_t)test_thread.userspace_local_data; in ZTEST()
1092 k_thread_abort(&test_thread); in ZTEST()
1196 &test_thread, &test_stack, in userspace_setup()