Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h84 #define LWP_ALIVE 0x0008 /* this pid/lwp still exists */ macro
H A Dprstat.c875 lwp->li_flags |= LWP_ALIVE | LWP_REPRESENT; in add_proc()
911 lwp->li_flags |= LWP_ALIVE; in add_lwp()
1109 if (lwp->li_flags & LWP_ALIVE) { in list_refresh()
1127 lwp->li_flags &= ~LWP_ALIVE; in list_refresh()