Home
last modified time | relevance | path

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

/tf-m-tests-3.4.0/app/
Dmain_ns.c54 .stack_size = 4096U,
67 .stack_size = 1024U
Dos_wrapper_cmsis_rtos_v2.c22 void *os_wrapper_thread_new(const char *name, int32_t stack_size, in os_wrapper_thread_new() argument
31 if (stack_size != OS_WRAPPER_DEFAULT_STACK_SIZE) { in os_wrapper_thread_new()
32 task_attribs.stack_size = stack_size; in os_wrapper_thread_new()
/tf-m-tests-3.4.0/ns_interface/os_wrapper/
Dthread.h33 void *os_wrapper_thread_new(const char *name, int32_t stack_size,
/tf-m-tests-3.4.0/test/secure_fw/suites/multi_core/non_secure/
Dmulti_core_ns_interface_testsuite.c110 int32_t stack_size, in multi_client_call_test() argument
164 stack_size, in multi_client_call_test()
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Include/
Drtx_os.h122 uint32_t stack_size; ///< Stack Size member
437 uint32_t stack_size; ///< Stack Memory Size member
Drtx_evr.h472 extern void EvrRtxThreadGetStackSize (osThreadId_t thread_id, uint32_t stack_size);
474 #define EvrRtxThreadGetStackSize(thread_id, stack_size) argument
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/
Dcmsis_os2.h246 uint32_t stack_size; ///< size of stack member