![]() |
MOS Source Code
|
#include <task_types.hpp>
Public Attributes | |
spinlock_t | lock |
list_head | pending |
list of pending signals | |
sigset_t | mask |
pending signals mask | |
Definition at line 106 of file task_types.hpp.
spinlock_t lock |
Definition at line 108 of file task_types.hpp.
Referenced by signal_send_to_thread().
list_head pending |
list of pending signals
Definition at line 109 of file task_types.hpp.
Referenced by signal_send_to_thread().
sigset_t mask |
pending signals mask
Definition at line 110 of file task_types.hpp.