OpenVAS Scanner
6.0.0~git
|
Creates new threads. More...
#include "processes.h"
#include "sighand.h"
#include <errno.h>
#include <glib.h>
#include <setjmp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
Macros | |
#define | G_LOG_DOMAIN "sd main" |
GLib log domain. More... | |
Functions | |
int | terminate_process (pid_t pid) |
static void | init_child_signal_handlers () |
pid_t | create_process (process_func_t function, void *argument) |
Create a new process (fork). More... | |
Creates new threads.
#define G_LOG_DOMAIN "sd main" |
GLib log domain.
pid_t create_process | ( | process_func_t | function, |
void * | argument | ||
) |
Create a new process (fork).
|
static |
int terminate_process | ( | pid_t | pid | ) |