Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Config/
DRTX_Config.h117 #ifndef OS_THREAD_USER_STACK_SIZE
118 #define OS_THREAD_USER_STACK_SIZE 0 macro
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c79 #if ((OS_THREAD_USER_STACK_SIZE != 0) && ((OS_THREAD_USER_STACK_SIZE % 8) != 0))
106 #if (OS_THREAD_USER_STACK_SIZE != 0)
107 static uint64_t os_thread_stack[(16 + (8*OS_THREAD_NUM) + OS_THREAD_USER_STACK_SIZE)/8] \
443 #if ((OS_THREAD_OBJ_MEM != 0) && (OS_THREAD_USER_STACK_SIZE != 0))