Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c75 .stack_mem = &stacks[0][0],
81 .stack_mem = &stacks[1][0],
87 .stack_mem = &stacks[2][0],
93 .stack_mem = &stacks[3][0],
99 .stack_mem = &stacks[4][0],
105 .stack_mem = &stacks[5][0],
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_flags.c76 .stack_mem = &test_stack1,
84 .stack_mem = &test_stack2,
156 .stack_mem = &test_stack3,
Devent_flags.c49 .stack_mem = &test_stack1,
57 .stack_mem = &test_stack2,
190 .stack_mem = &test_stack3,
Dthread_apis.c20 .stack_mem = &test_stack1,
28 .stack_mem = &test_stack2,
159 .stack_mem = &test_stack3,
Dsemaphore.c55 .stack_mem = &test_stack,
Dmutex.c149 .stack_mem = &test_stack,
Dmsgq.c140 .stack_mem = &test_stack,
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c20 .stack_mem = NULL,
132 if ((attr->stack_mem == NULL) && (thread_num_dynamic >= in osThreadNew()
154 if (attr->stack_mem != NULL) { in osThreadNew()
168 if (attr->stack_mem == NULL) { in osThreadNew()
180 stack = attr->stack_mem; in osThreadNew()
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c60 offset = stack_start - (uintptr_t)thread_def->stack_mem; in thread_abort_hook()
118 stk_ptr = thread_def->stack_mem; in osThreadCreate()
/Zephyr-latest/samples/philosophers/src/
Dphil_obj_abstract.h81 uint32_t stack_mem[1]; member
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h171 void *stack_mem; ///< pointer to array of stack memory member
Dcmsis_os2.h242 void *stack_mem; /* /< memory for stack */ member