kprocctrl.h
static void theSigCHLDHandler(int signal)
Automatically called upon SIGCHLD.
Definition kprocctrl.cpp:147
static void deref()
Destroy the instance if one exists and it is not referenced any more.
Definition kprocctrl.cpp:48
bool waitForProcessExit(int timeout)
Wait for any process to exit and handle their exit without starting an event loop.
Definition kprocctrl.cpp:223
void rescheduleCheck()
This function must be called at some point after calling unscheduleCheck().
Definition kprocctrl.cpp:178
static TDEProcessController * theTDEProcessController
Only a single instance of this class is allowed at a time, and this static variable is used to track ...
Definition kprocctrl.h:60
void unscheduleCheck()
Call this function to defer processing of the data that became available on notifierFd().
Definition kprocctrl.cpp:170
Trinity API Reference