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

#include <task_types.h>

+ Collaboration diagram for thread_signal_info_t:

Public Attributes

spinlock_t lock
 
list_head pending
 list of pending signals
 
sigset_t mask
 pending signals mask
 

Detailed Description

Definition at line 67 of file task_types.h.

Member Data Documentation

◆ lock

spinlock_t lock

Definition at line 69 of file task_types.h.

Referenced by process_do_fork(), and signal_send_to_thread().

◆ pending

list_head pending

list of pending signals

Definition at line 70 of file task_types.h.

Referenced by process_do_fork(), signal_send_to_thread(), and thread_allocate().

◆ mask

sigset_t mask

pending signals mask

Definition at line 71 of file task_types.h.

Referenced by process_do_fork().


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