|
| DeclareWvList (pid_t) |
|
| WvSubProc (const char cmd[], const char *const *argv) |
|
void | prepare (const char cmd[],...) |
|
void | preparev (const char cmd[], va_list ap) |
|
void | preparev (const char cmd[], const char *const *argv) |
|
void | preparev (const char cmd[], WvStringList &) |
|
int | start (const char cmd[],...) |
|
int | startv (const char cmd[], const char *const *argv) |
|
virtual int | start_again () |
|
virtual int | fork (int *waitfd) |
|
virtual void | stop (time_t msec_delay, bool kill_children=true) |
|
virtual void | wait (time_t msec_delay, bool wait_children=true) |
|
pid_t | pidfile_pid () |
|
void | setMemLimit (int megs) |
| Sets a limit on the number of megabytes of memory the subprocess will.
|
|
void | kill (int sig) |
|
void | kill_primary (int sig) |
|
virtual void | suspend () |
|
virtual void | resume () |
|
Definition at line 29 of file wvsubproc.h.
◆ WvSubProc() [1/2]
◆ WvSubProc() [2/2]
WvSubProc::WvSubProc |
( |
const char |
cmd[], |
|
|
const char *const * |
argv |
|
) |
| |
|
inline |
◆ ~WvSubProc()
WvSubProc::~WvSubProc |
( |
| ) |
|
|
virtual |
◆ prepare()
void WvSubProc::prepare |
( |
const char |
cmd[], |
|
|
|
... |
|
) |
| |
◆ preparev() [1/3]
void WvSubProc::preparev |
( |
const char |
cmd[], |
|
|
va_list |
ap |
|
) |
| |
◆ preparev() [2/3]
void WvSubProc::preparev |
( |
const char |
cmd[], |
|
|
const char *const * |
argv |
|
) |
| |
◆ preparev() [3/3]
void WvSubProc::preparev |
( |
const char |
cmd[], |
|
|
WvStringList & |
args |
|
) |
| |
◆ start()
int WvSubProc::start |
( |
const char |
cmd[], |
|
|
|
... |
|
) |
| |
◆ startv()
int WvSubProc::startv |
( |
const char |
cmd[], |
|
|
const char *const * |
argv |
|
) |
| |
◆ start_again()
int WvSubProc::start_again |
( |
| ) |
|
|
virtual |
◆ fork()
int WvSubProc::fork |
( |
int * |
waitfd | ) |
|
|
virtual |
◆ stop()
void WvSubProc::stop |
( |
time_t |
msec_delay, |
|
|
bool |
kill_children = true |
|
) |
| |
|
virtual |
◆ wait()
void WvSubProc::wait |
( |
time_t |
msec_delay, |
|
|
bool |
wait_children = true |
|
) |
| |
|
virtual |
◆ pidfile_pid()
pid_t WvSubProc::pidfile_pid |
( |
| ) |
|
◆ setMemLimit()
void WvSubProc::setMemLimit |
( |
int |
megs | ) |
|
|
inline |
Sets a limit on the number of megabytes of memory the subprocess will.
Definition at line 81 of file wvsubproc.h.
◆ kill()
void WvSubProc::kill |
( |
int |
sig | ) |
|
◆ kill_primary()
void WvSubProc::kill_primary |
( |
int |
sig | ) |
|
◆ suspend()
virtual void WvSubProc::suspend |
( |
| ) |
|
|
inlinevirtual |
◆ resume()
virtual void WvSubProc::resume |
( |
| ) |
|
|
inlinevirtual |
◆ old_pids
pid_tList WvSubProc::old_pids |
◆ pid
◆ running
◆ estatus
◆ pidfile
◆ last_cmd
◆ app
◆ last_args
◆ env
The documentation for this class was generated from the following files: