Searched defs:proc_handle (Results 1 – 1 of 1) sorted by relevance
38 struct proc_handle { struct39 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;[all …]