|
GDBserver
|
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 397 of file linux-osdata.c.
Definition at line 399 of file linux-osdata.c.
|
inline |
|
inline |
Definition at line 410 of file linux-osdata.c.
References is_leader(), pgid, and pid.
| PID_T pid_pgid_entry::pgid |
Definition at line 427 of file linux-osdata.c.
Referenced by is_leader(), and operator<().
| PID_T pid_pgid_entry::pid |
Definition at line 427 of file linux-osdata.c.
Referenced by is_leader(), and operator<().
1.8.14