MOS Source Code
|
#include <task_types.h>
Public Attributes | |
spinlock_t | lock |
list_head | pending |
list of pending signals | |
sigset_t | mask |
pending signals mask | |
Definition at line 67 of file task_types.h.
spinlock_t lock |
Definition at line 69 of file task_types.h.
Referenced by process_do_fork(), and signal_send_to_thread().
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().
sigset_t mask |