Home
last modified time | relevance | path

Searched refs:mapped_thread_data (Results 1 – 1 of 1) sorted by relevance

/tests/kernel/mem_protect/stackprot/src/
A Dmapped_stack.c16 static struct k_thread mapped_thread_data; variable
68 k_thread_create(&mapped_thread_data, mapped_thread_stack_area, STACK_SIZE, in create_thread()
74 zassert_true(mapped_thread_data.stack_info.mapped.addr != NULL); in create_thread()
79 mapped_stack_addr = (void *)mapped_thread_data.stack_info.mapped.addr; in create_thread()
80 mapped_stack_sz = mapped_thread_data.stack_info.mapped.sz; in create_thread()
82 k_thread_start(&mapped_thread_data); in create_thread()
89 k_thread_join(&mapped_thread_data, K_FOREVER); in create_thread()

Completed in 8 milliseconds