Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ucontext_t Struct Reference

#include <zephyr/posix/posix_signal.h>

Data Fields

struct ucontext * uc_link
sigset_t uc_sigmask
stack_t uc_stack
mcontext_t uc_mcontext

Field Documentation

◆ uc_link

struct ucontext* ucontext_t::uc_link

◆ uc_mcontext

mcontext_t ucontext_t::uc_mcontext

◆ uc_sigmask

sigset_t ucontext_t::uc_sigmask

◆ uc_stack

stack_t ucontext_t::uc_stack

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