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

Type representing a set of signals (bitmask). More...

#include <zephyr/posix/posix_signal.h>

Data Fields

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

Detailed Description

Type representing a set of signals (bitmask).

Set of signals (bitmask).

Definition at line 88 of file signal.h.

Field Documentation

◆ sig

unsigned long sigset_t::sig

Definition at line 89 of file signal.h.


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