Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dthread_db.h212 void *ti_exitval; /* thread exit value (TD_THR_ZOMBIE) */ member
234 #define ti_tls ti_exitval /* for source compatibility */
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c336 tip->exitval = (uintptr_t)thrinfo.ti_exitval; in thr_stack()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c1313 ti_p->ti_exitval = ulwp->ul_rval; in td_thr2to()
1357 ti_p->ti_exitval = (void *)(uintptr_t)ulwp->ul_rval; in td_thr2to32()