Searched refs:default_stksize (Results 1 – 3 of 3) sorted by relevance
125 int default_stksize; variable245 if (default_stksize == 0) { in thread_init()246 default_stksize = DEFAULTSTKSZ; in thread_init()247 } else if (default_stksize % PAGESIZE != 0 || in thread_init()248 default_stksize > MAX_STKSIZE || in thread_init()249 default_stksize < MIN_STKSIZE) { in thread_init()252 default_stksize = DEFAULTSTKSZ; in thread_init()254 lwp_default_stksize = default_stksize; in thread_init()258 lwp_default_stksize = default_stksize; in thread_init()263 default_stksize); in thread_init()[all …]
609 extern int default_stksize;
2224 mac_srs->srs_worker = thread_create(NULL, default_stksize << 1, in mac_srs_create()