#include "child-list.h"
Public Member Functions | |
void | insert (pid_t pid, child::child_event_handler f) |
void | reap () |
void | remove (pid_t pid) |
bool | wait () |
Definition at line 75 of file child-list.h.
void child_list::insert | ( | pid_t | pid, |
child::child_event_handler | f | ||
) |
void child_list::reap | ( | ) |
Definition at line 47 of file child-list.cc.
void child_list::remove | ( | pid_t | pid | ) |
Definition at line 35 of file child-list.cc.
References child::m_pid.
Referenced by output_system::clear_external_pager(), and reap().
bool child_list::wait | ( | ) |
Definition at line 76 of file child-list.cc.