Searched defs:LOS_TASK_MIN_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
175 #define LOS_TASK_MIN_STACK_SIZE (ALIGN(0x800, 8)) macro177 #define LOS_TASK_MIN_STACK_SIZE (ALIGN(0x800, 4)) macro
97 #define LOS_TASK_MIN_STACK_SIZE 2048 macro