GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
child_list Class Reference

#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 ()
 

Detailed Description

Definition at line 75 of file child-list.h.

Member Function Documentation

◆ insert()

void child_list::insert ( pid_t  pid,
child::child_event_handler  f 
)

◆ reap()

void child_list::reap ( )

Definition at line 47 of file child-list.cc.

References f, and remove().

◆ remove()

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().

◆ wait()

bool child_list::wait ( )

Definition at line 76 of file child-list.cc.

References waitpid(), and wnohang().


The documentation for this class was generated from the following files: