GDB (xrefs)
|
Public Member Functions | |
pid_pgid_entry (PID_T pid_, PID_T pgid_) | |
bool | is_leader () const |
bool | operator< (const pid_pgid_entry &other) const |
Public Attributes | |
PID_T | pid |
PID_T | pgid |
Definition at line 394 of file linux-osdata.c.
Definition at line 396 of file linux-osdata.c.
|
inline |
|
inline |
Definition at line 407 of file linux-osdata.c.
References is_leader(), pgid, and pid.
PID_T pid_pgid_entry::pgid |
Definition at line 426 of file linux-osdata.c.
Referenced by is_leader(), and operator<().
PID_T pid_pgid_entry::pid |
Definition at line 426 of file linux-osdata.c.
Referenced by is_leader(), and operator<().