Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/disp/
H A Dthread.c123 int default_stksize; variable
243 if (default_stksize == 0) { in thread_init()
244 default_stksize = DEFAULTSTKSZ; in thread_init()
245 } else if (default_stksize % PAGESIZE != 0 || in thread_init()
246 default_stksize > MAX_STKSIZE || in thread_init()
247 default_stksize < MIN_STKSIZE) { in thread_init()
250 default_stksize = DEFAULTSTKSZ; in thread_init()
252 lwp_default_stksize = default_stksize; in thread_init()
256 lwp_default_stksize = default_stksize; in thread_init()
261 default_stksize); in thread_init()
[all …]