Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/llext/edk/ext3/src/
Dmain.c36 k_thread_stack_t *sub_stack; in start() local
46 sub_stack = k_thread_stack_alloc(STACKSIZE, K_USER); in start()
48 printk("[ext3]%p - %p\n", sub_stack, sub_thread); in start()
49 k_thread_create(sub_thread, sub_stack, STACKSIZE, tick_sub, NULL, NULL, in start()
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/src/
Dmain.c36 k_thread_stack_t *sub_stack; in start() local
46 sub_stack = k_thread_stack_alloc(STACKSIZE, 0); in start()
48 k_thread_create(sub_thread, sub_stack, STACKSIZE, tick_sub, NULL, NULL, in start()