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

#include <task_types.h>

+ 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 28 of file task_types.h.

Member Data Documentation

◆ handlers

signal handlers

Definition at line 30 of file task_types.h.

Referenced by process_do_execveat(), and 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 31 of file task_types.h.

Referenced by process_allocate(), process_do_fork(), and process_exit().


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