| Stackdb
    Stackdb is a stackable, multi-target and -level source debugger and memory forensics library. | 
#include "log.h"#include "waitpipe.h"#include <signal.h>#include <errno.h>#include <unistd.h>#include <inttypes.h>#include <string.h>#include <fcntl.h>#include <sys/types.h>#include <sys/wait.h>
Go to the source code of this file.
| Data Structures | |
| struct | waitpipectl | 
| Functions | |
| void | waitpipe_notify (int signo, siginfo_t *siginfo) | 
| int | waitpipe_is_initialized (void) | 
| int | waitpipe_init_ext (void(*alt_handler)(int, siginfo_t *, void *)) | 
| int | waitpipe_init_auto (void(*alt_handler)(int, siginfo_t *, void *)) | 
| int | waitpipe_fini (void) | 
| int | waitpipe_add (int pid) | 
| int | waitpipe_remove (int pid) | 
| int | waitpipe_get (int pid) | 
| int | waitpipe_get_pid (int readfd) | 
| int | waitpipe_drain (int pid) | 
| int waitpipe_add | ( | int | pid | ) | 
Definition at line 184 of file waitpipe.c.
| int waitpipe_drain | ( | int | pid | ) | 
Definition at line 350 of file waitpipe.c.
| int waitpipe_fini | ( | void | ) | 
Definition at line 166 of file waitpipe.c.
| int waitpipe_get | ( | int | pid | ) | 
Definition at line 310 of file waitpipe.c.
| int waitpipe_get_pid | ( | int | readfd | ) | 
Definition at line 330 of file waitpipe.c.
| int waitpipe_init_auto | ( | void(*)(int, siginfo_t *, void *) | alt_handler | ) | 
Definition at line 140 of file waitpipe.c.
| int waitpipe_init_ext | ( | void(*)(int, siginfo_t *, void *) | alt_handler | ) | 
Definition at line 124 of file waitpipe.c.
| int waitpipe_is_initialized | ( | void | ) | 
Definition at line 117 of file waitpipe.c.
| void waitpipe_notify | ( | int | signo, | 
| siginfo_t * | siginfo | ||
| ) | 
Definition at line 49 of file waitpipe.c.
| int waitpipe_remove | ( | int | pid | ) | 
Definition at line 284 of file waitpipe.c.
 1.8.8
 1.8.8