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

Machine-specific context saved when a signal is delivered. More...

#include <zephyr/posix/posix_signal.h>

Data Fields

unsigned long gregs [32]
 General-purpose registers.
 
unsigned long flags
 Architecture-specific flags.
 

Detailed Description

Machine-specific context saved when a signal is delivered.

Definition at line 229 of file signal.h.

Field Documentation

◆ flags

unsigned long mcontext_t::flags

Architecture-specific flags.

Definition at line 232 of file signal.h.

◆ gregs

unsigned long mcontext_t::gregs[32]

General-purpose registers.

Definition at line 231 of file signal.h.


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