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

Value passed to a signal handler or retrieved via siginfo_t. More...

#include <zephyr/posix/posix_signal.h>

Data Fields

int sival_int
 Integer value.
 
void * sival_ptr
 Pointer value.
 

Detailed Description

Value passed to a signal handler or retrieved via siginfo_t.

Definition at line 119 of file signal.h.

Field Documentation

◆ sival_int

int sigval::sival_int

Integer value.

Definition at line 120 of file signal.h.

◆ sival_ptr

void* sigval::sival_ptr

Pointer value.

Definition at line 121 of file signal.h.


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