MOS Source Code
|
#include <task_types.h>
Public Attributes | |
sigaction_t | handlers [SIGNAL_MAX_N] |
signal handlers | |
waitlist_t | sigchild_waitlist |
the parent is waiting for a child to exit, if not empty | |
Definition at line 28 of file task_types.h.
sigaction_t handlers[SIGNAL_MAX_N] |
signal handlers
Definition at line 30 of file task_types.h.
Referenced by process_do_execveat(), and process_register_signal_handler().
waitlist_t sigchild_waitlist |
the parent is waiting for a child to exit, if not empty
Definition at line 31 of file task_types.h.
Referenced by process_allocate(), process_do_fork(), and process_exit().