Home
last modified time | relevance | path

Searched refs:USE_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/civetweb-2.7.6/
DMakefile43 USE_STACK_SIZE ?= 102400 macro
68 …Winit-self -Wmissing-prototypes -D$(TARGET_OS) -Iinclude $(COPT) -DUSE_STACK_SIZE=$(USE_STACK_SIZE)
/civetweb-2.7.6/resources/
Dused_defines.txt70 USE_STACK_SIZE
/civetweb-2.7.6/src/
Dcivetweb.c186 #if defined(USE_STACK_SIZE) && (USE_STACK_SIZE > 1)
187 #define ZEPHYR_STACK_SIZE USE_STACK_SIZE
5542 #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);