Searched defs:ps_lwphandle (Results 1 – 1 of 1) sorted by relevance
248 struct ps_lwphandle { struct250 struct ps_lwphandle *lwp_hash; /* hash table linked list */ argument251 lwpstatus_t lwp_status; /* status when stopped */252 lwpsinfo_t lwp_psinfo; /* lwpsinfo_t from last Lpsinfo() */253 lwpid_t lwp_id; /* lwp identifier */254 int lwp_state; /* state of the lwp, see "libproc.h" */255 uint_t lwp_flags; /* SETHOLD and/or SETREGS */256 int lwp_ctlfd; /* /proc/<pid>/lwp/<lwpid>/lwpctl */257 int lwp_statfd; /* /proc/<pid>/lwp/<lwpid>/lwpstatus */