#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <sys/wait.h>
#include <signal.h>
Go to the source code of this file.
Typedefs | |
typedef pid_t | ProcessInfo |
Functions | |
bool | isProcessStillAlive (ProcessInfo &pI) |
bool | createChildProcess (const char *app, const char *args, ProcessInfo *pI) |
void | endProcess (ProcessInfo &pI) |
typedef pid_t ProcessInfo |
bool createChildProcess | ( | const char * | app, | |
const char * | args, | |||
ProcessInfo * | pI | |||
) |
Referenced by DECLARE_ABI_PLUGIN_METHOD().
void endProcess | ( | ProcessInfo & | pI | ) |
Referenced by DECLARE_ABI_PLUGIN_METHOD().
bool isProcessStillAlive | ( | ProcessInfo & | pI | ) |
Referenced by DECLARE_ABI_PLUGIN_METHOD().