struct sigaction
Defined at line 122 of file ../../third_party/android/platform/bionic/libc/include/bits/signal_types.h
Used with sigaction().
On LP64, this supports all signals including real-time signals.
On ILP32, this only supports the first 32 signals.
See the
(32-bit ABI bugs)[https://android.googlesource.com/platform/bionic/+/main/docs/32-bit-abi.md#is-too-small-for-real_time-signals]
documentation.
Public Members
int sa_flags
sigset_t sa_mask
void (*)() sa_restorer