Lines Matching refs:test_thread
63 static struct k_thread test_thread;
533 k_thread_create(&test_thread, test_stack, STACKSIZE, in ZTEST_USER()
578 k_thread_create(&test_thread, test_stack, STACKSIZE, in ZTEST_USER()
583 k_thread_join(&test_thread, K_FOREVER); in ZTEST_USER()
607 k_thread_create(&test_thread, test_stack, STACKSIZE, in ZTEST_USER()
611 k_thread_join(&test_thread, K_FOREVER); in ZTEST_USER()
733 k_thread_create(&test_thread, test_stack, STACKSIZE, user_half, in spawn_user()
737 k_thread_join(&test_thread, K_FOREVER); in spawn_user()
1072 k_thread_create(&test_thread, test_stack, STACKSIZE, tls_entry, in ZTEST()
1076 &test_thread, (void *)test_thread.userspace_local_data); in ZTEST()
1079 (void *)test_thread.stack_info.start, in ZTEST()
1080 (void *)(test_thread.stack_info.start + in ZTEST()
1081 test_thread.stack_info.size)); in ZTEST()
1084 stack_obj_ptr = (char *)test_thread.stack_obj_mapped; in ZTEST()
1085 stack_obj_sz = test_thread.stack_obj_size; in ZTEST()
1094 uintptr_t tls_start = (uintptr_t)test_thread.userspace_local_data; in ZTEST()
1104 k_thread_abort(&test_thread); in ZTEST()
1214 &test_thread, &test_stack, in userspace_setup()