Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sigaction Struct Reference

#include <zephyr/posix/posix_signal.h>

Data Fields

union { 
   void(*   sa_handler )(int sig) 
   void(*   sa_sigaction )(int sig, siginfo_t *info,
       void *context) 
}; 
sigset_t sa_mask
int sa_flags

Field Documentation

◆ [union]

union { ... } sigaction

◆ sa_flags

int sigaction::sa_flags

◆ sa_handler

void(* sigaction::sa_handler) (int sig)

◆ sa_mask

sigset_t sigaction::sa_mask

◆ sa_sigaction

void(* sigaction::sa_sigaction) (int sig, siginfo_t *info, void *context)

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