Searched refs:USE_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance
43 USE_STACK_SIZE ?= 102400 macro68 …Winit-self -Wmissing-prototypes -D$(TARGET_OS) -Iinclude $(COPT) -DUSE_STACK_SIZE=$(USE_STACK_SIZE)
70 USE_STACK_SIZE
186 #if defined(USE_STACK_SIZE) && (USE_STACK_SIZE > 1)187 #define ZEPHYR_STACK_SIZE USE_STACK_SIZE5542 #if defined(USE_STACK_SIZE) && (USE_STACK_SIZE > 1)5546 return ((_beginthread((void(__cdecl *)(void *))f, USE_STACK_SIZE, p)5943 #elif defined(USE_STACK_SIZE) && (USE_STACK_SIZE > 1)5946 (void)pthread_attr_setstacksize(&attr, USE_STACK_SIZE);5972 #elif defined(USE_STACK_SIZE) && (USE_STACK_SIZE > 1)5975 (void)pthread_attr_setstacksize(&attr, USE_STACK_SIZE);