Searched refs:ti_stksize (Results 1 – 3 of 3) sorted by relevance
681 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_lwp_stack()685 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize; in make_lwp_stack()742 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_thr_stack()746 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize; in make_thr_stack()890 if (sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in find_stack()898 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize; in find_stack()916 (ulong_t)thrinfo.ti_stkbase - thrinfo.ti_stksize, in find_stack()
215 long ti_stksize; /* size of thread's stack */ member
1320 ti_p->ti_stksize = ulwp->ul_stksiz; in td_thr2to()1364 ti_p->ti_stksize = ulwp->ul_stksiz; in td_thr2to32()