#include "libc.h"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 |
1.4.6