![]() |
MOS Source Code
|
#include <task_types.hpp>
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 35 of file task_types.hpp.
sigaction_t handlers[SIGNAL_MAX_N] |
signal handlers
Definition at line 37 of file task_types.hpp.
Referenced by process_register_signal_handler().
waitlist_t sigchild_waitlist |
the parent is waiting for a child to exit, if not empty
Definition at line 38 of file task_types.hpp.