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

Jump buffer for sigsetjmp() and siglongjmp() More...

#include <zephyr/posix/posix_setjmp.h>

Collaboration diagram for __sigjmp_buf:

Data Fields

jmp_buf __env
 
sigset_t __mask
 
int __savemask
 

Detailed Description

Jump buffer for sigsetjmp() and siglongjmp()

Holds the saved calling environment and, when requested, the saved signal mask.

Definition at line 42 of file posix_setjmp.h.

Field Documentation

◆ __env

jmp_buf __sigjmp_buf::__env

Definition at line 43 of file posix_setjmp.h.

◆ __mask

sigset_t __sigjmp_buf::__mask

Definition at line 44 of file posix_setjmp.h.

◆ __savemask

int __sigjmp_buf::__savemask

Definition at line 45 of file posix_setjmp.h.


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