MOS Source Code
Loading...
Searching...
No Matches
process_signal_info_t Struct Reference

#include <task_types.hpp>

+ Collaboration diagram for process_signal_info_t:

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
 

Detailed Description

Definition at line 35 of file task_types.hpp.

Member Data Documentation

◆ handlers

signal handlers

Definition at line 37 of file task_types.hpp.

Referenced by process_register_signal_handler().

◆ sigchild_waitlist

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.


The documentation for this struct was generated from the following file: