#include <libc.h>
Go to the source code of this file.
Defines | |
#define | __SYSINTERF_NOTIFY_H__ 1 |
#define | SYSNOTIFY_NOTIFY 1 |
#define | SYSNOTIFY_COLLECT 2 |
#define | SYSNOTIFY_UNNOTIFY 3 |
#define | SYSNOTIFY_DUMP 10 |
Functions | |
int | core_notify (pid_t notify_mgr) |
pid_t | core_collect (pid_t pid, int *status, int options) |
int | notify (pid_t who, pid_t when_dead) |
int | unnotify (pid_t who, pid_t when_dead) |
pid_t | collect (pid_t pid, int *status, int options) |
|
|
|
|
|
|
|
|
|
|
|
|
|
collect information about dead processes from core |
|
tell core to notify pid (notify mgr) when processes are dead there could be only one notify mgr |
|
tell notify mgr to be notified when pid dies |
|
tell notify mgr not to be notified when pid dies |