Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libthr/thread/
Dthr_stack.c223 if ((stacksize == THR_STACK_DEFAULT) && in _thr_stack_alloc()
310 if (spare_stack->stacksize == THR_STACK_DEFAULT && in _thr_stack_free()
Dthr_init.c88 .stacksize_attr = THR_STACK_DEFAULT,
118 size_t _thr_stack_default = THR_STACK_DEFAULT;
Dthr_private.h305 #define THR_STACK_DEFAULT (sizeof(void *) / 4 * 1024 * 1024) macro
312 #define THR_STACK_INITIAL (THR_STACK_DEFAULT * 2)