Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c637 td_thrinfo_t thrinfo; in make_lwp_stack() local
681 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_lwp_stack()
709 td_thrinfo_t thrinfo; in make_thr_stack() local
742 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_thr_stack()
826 td_thrinfo_t thrinfo; in find_stack() local
890 if (sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in find_stack()
900 Stk->tid = thrinfo.ti_tid; in find_stack()
916 (ulong_t)thrinfo.ti_stkbase - thrinfo.ti_stksize, in find_stack()
917 (ulong_t)thrinfo.ti_stkbase); in find_stack()
938 td_thrinfo_t thrinfo; in get_tid() local
[all …]
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c323 td_thrinfo_t thrinfo; in thr_stack() local
327 if (td_thr_get_info(Thp, &thrinfo) != TD_OK) in thr_stack()
332 tip->threadid = thrinfo.ti_tid; in thr_stack()
333 tip->lwpid = thrinfo.ti_lid; in thr_stack()
334 tip->state = thrinfo.ti_state; in thr_stack()
335 tip->startfunc = thrinfo.ti_startfunc; in thr_stack()
336 tip->exitval = (uintptr_t)thrinfo.ti_exitval; in thr_stack()
339 if (thrinfo.ti_state == TD_THR_ZOMBIE || in thr_stack()