Home
last modified time | relevance | path

Searched refs:THR_STACK_INITIAL (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
HDthr_init.c117 size_t _thr_stack_initial = THR_STACK_INITIAL;
HDthr_private.h307 #define THR_STACK_INITIAL (THR_STACK_DEFAULT * 2) macro