Lines Matching defs:proc_handle
38 struct proc_handle { struct
39 pid_t pid; /* Process ID. */
40 int kq; /* Kernel event queue ID. */
41 int flags; /* Process flags. */
42 int status; /* Process status (PS_*). */
43 int wstat; /* Process wait status. */
44 int model; /* Process data model. */
45 rd_agent_t *rdap; /* librtld_db agent */
46 rd_loadobj_t *rdobjs;
47 size_t rdobjsz;
48 size_t nobjs;
49 struct lwpstatus lwps;
50 rd_loadobj_t *rdexec; /* rdobj index of program executable. */
51 char execname[MAXPATHLEN]; /* Path to program executable. */