|
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 stdc_siginfo_value | value |
| A user-defined value. | |
| stdc_siginfo_siginfo_t * | raw_info |
| The OS specific signal info. | |
| stdc_siginfo_context_t * | raw_context |
| The OS specific ucontext_t (POSIX) or PCONTEXT (Windows). | |
A platform independent subset of siginfo_t.
Definition at line 221 of file thrd_signal_handle.h.
| void* stdc_siginfo::addr |
Memory location which caused fault, if appropriate.
Definition at line 228 of file thrd_signal_handle.h.
| thrd_raised_signal_error_code_t stdc_siginfo::error_code |
The system specific error code for this signal, the si_errno code (POSIX) or NTSTATUS code (Windows).
Definition at line 227 of file thrd_signal_handle.h.
| stdc_siginfo_context_t* stdc_siginfo::raw_context |
The OS specific ucontext_t (POSIX) or PCONTEXT (Windows).
Definition at line 235 of file thrd_signal_handle.h.
| stdc_siginfo_siginfo_t* stdc_siginfo::raw_info |
The OS specific signal info.
Definition at line 233 of file thrd_signal_handle.h.
| int stdc_siginfo::signo |
The signal raised.
Definition at line 223 of file thrd_signal_handle.h.
| union stdc_siginfo_value stdc_siginfo::value |
A user-defined value.
Definition at line 230 of file thrd_signal_handle.h.