Home
last modified time | relevance | path

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

/freebsd/lib/libproc/
H A D_libproc.h65 struct proc_handle { struct
66 struct proc_handle_public public; /* Public fields. */ argument
67 int flags; /* Process flags. */
68 int status; /* Process status (PS_*). */
69 int wstat; /* Process wait status. */
70 int model; /* Process data model. */
71 rd_agent_t *rdap; /* librtld_db agent */
73 size_t maparrsz; /* Map array size. */
74 size_t nmappings; /* Number of mappings. */
76 lwpstatus_t lwps; /* Process status. */
[all …]