Home
last modified time | relevance | path

Searched defs:ps_lwphandle (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h257 struct ps_lwphandle { struct
259 struct ps_lwphandle *lwp_hash; /* hash table linked list */ argument
260 lwpstatus_t lwp_status; /* status when stopped */
261 lwpsinfo_t lwp_psinfo; /* lwpsinfo_t from last Lpsinfo() */
262 lwpid_t lwp_id; /* lwp identifier */
263 int lwp_state; /* state of the lwp, see "libproc.h" */
264 uint_t lwp_flags; /* SETHOLD and/or SETREGS */
265 int lwp_ctlfd; /* /proc/<pid>/lwp/<lwpid>/lwpctl */
266 int lwp_statfd; /* /proc/<pid>/lwp/<lwpid>/lwpstatus */