|
WG14 threadsafe signals
|
A platform independent subset of siginfo_t.
More...
#include <thrd_signal_handle.h>

Public Attributes | |
| int | signo |
| The signal raised. | |
| thrd_raised_signal_error_code_t | error_code |
The system specific error code for this signal, the si_errno code (POSIX) or NTSTATUS code (Windows) | |
| void * | addr |
| Memory location which caused fault, if appropriate. | |
| union thrd_raised_signal_info_value | value |
| A user-defined value. | |
| thrd_raised_signal_info_siginfo_t * | raw_info |
| The OS specific signal info. | |
| thrd_raised_signal_info_context_t * | raw_context |
The OS specific ucontext_t (POSIX) or PCONTEXT (Windows) | |
A platform independent subset of siginfo_t.
Definition at line 130 of file thrd_signal_handle.h.
| void* thrd_raised_signal_info::addr |
Memory location which caused fault, if appropriate.
Definition at line 137 of file thrd_signal_handle.h.
| thrd_raised_signal_error_code_t thrd_raised_signal_info::error_code |
The system specific error code for this signal, the si_errno code (POSIX) or NTSTATUS code (Windows)
Definition at line 136 of file thrd_signal_handle.h.
| thrd_raised_signal_info_context_t* thrd_raised_signal_info::raw_context |
The OS specific ucontext_t (POSIX) or PCONTEXT (Windows)
Definition at line 144 of file thrd_signal_handle.h.
| thrd_raised_signal_info_siginfo_t* thrd_raised_signal_info::raw_info |
The OS specific signal info.
Definition at line 142 of file thrd_signal_handle.h.
| int thrd_raised_signal_info::signo |
The signal raised.
Definition at line 132 of file thrd_signal_handle.h.
| union thrd_raised_signal_info_value thrd_raised_signal_info::value |
A user-defined value.
Definition at line 139 of file thrd_signal_handle.h.