#include <kprocctrl.h>
Static Public Methods | |
void | theSigCHLDHandler (int signal) |
Static Public Attributes | |
KProcessController * | theKProcessController |
|
Automatically called upon SIGCHLD. Normally you do not need to do anything with this function but if your application needs to disable SIGCHLD for some time for reasons beyond your control, you should call this function afterwards to make sure that no SIGCHLDs where missed. |
|
Only a single instance of this class is allowed at a time, and this static variable is used to track the one instance. |