Searched refs:stack_size (Results 1 – 7 of 7) sorted by relevance
54 .stack_size = 4096U,67 .stack_size = 1024U
22 void *os_wrapper_thread_new(const char *name, int32_t stack_size, in os_wrapper_thread_new() argument31 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()
33 void *os_wrapper_thread_new(const char *name, int32_t stack_size,
110 int32_t stack_size, in multi_client_call_test() argument164 stack_size, in multi_client_call_test()
122 uint32_t stack_size; ///< Stack Size member437 uint32_t stack_size; ///< Stack Memory Size member
472 extern void EvrRtxThreadGetStackSize (osThreadId_t thread_id, uint32_t stack_size);474 #define EvrRtxThreadGetStackSize(thread_id, stack_size) argument
246 uint32_t stack_size; ///< size of stack member