THR_STACK_DEFAULT
size_t _thr_stack_default = THR_STACK_DEFAULT;
.stacksize_attr = THR_STACK_DEFAULT,
#define THR_STACK_INITIAL (THR_STACK_DEFAULT * 2)
if ((stacksize == THR_STACK_DEFAULT) &&
if (spare_stack->stacksize == THR_STACK_DEFAULT &&