posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
sigset_t Struct Reference

Set of signals (bitmask). More...

#include <zephyr/posix/posix_signal.h>

Data Fields

unsigned long sig [DIV_ROUND_UP(((CONFIG_THREAD_CANCEL_SIGNAL_NUMBER+2)+CONFIG_POSIX_RTSIG_MAX), BITS_PER_LONG)]
 

Detailed Description

Set of signals (bitmask).

Definition at line 103 of file signal.h.

Field Documentation

◆ sig

unsigned long sigset_t::sig

Definition at line 104 of file signal.h.


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