![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
User-space context saved and restored by getcontext()/setcontext(). More...
#include <zephyr/posix/posix_signal.h>

Data Fields | |
| struct ucontext * | uc_link |
| Context to resume when this one returns. | |
| sigset_t | uc_sigmask |
| Signals blocked in this context. | |
| stack_t | uc_stack |
| Stack used by this context. | |
| mcontext_t | uc_mcontext |
| Machine-specific saved state. | |
User-space context saved and restored by getcontext()/setcontext().
| struct ucontext* ucontext_t::uc_link |
| mcontext_t ucontext_t::uc_mcontext |
| sigset_t ucontext_t::uc_sigmask |