libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
clues::kernel_sigaction Struct Reference

This is the sigaction structure used by the kernel for e.g. rt_sigaction. More...

#include <sigaction.hxx>

Public Attributes

SignalCB handler
 The signal handling function be it the old or the new signature.
 
unsigned long flags
 The sigaction flags.
 
RestorerCB restorer
 The restorer function (deprecated).
 
sigset_t mask
 The signal mask.
 

Detailed Description

This is the sigaction structure used by the kernel for e.g. rt_sigaction.

Found in kernel_sigaction.h of glibc

Definition at line 25 of file sigaction.hxx.

Member Data Documentation

◆ flags

unsigned long clues::kernel_sigaction::flags

The sigaction flags.

Definition at line 29 of file sigaction.hxx.

◆ handler

SignalCB clues::kernel_sigaction::handler

The signal handling function be it the old or the new signature.

Definition at line 27 of file sigaction.hxx.

◆ mask

sigset_t clues::kernel_sigaction::mask

The signal mask.

Definition at line 33 of file sigaction.hxx.

◆ restorer

RestorerCB clues::kernel_sigaction::restorer

The restorer function (deprecated).

Definition at line 31 of file sigaction.hxx.


The documentation for this struct was generated from the following file: