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

Alternate signal stack descriptor. More...

#include <zephyr/posix/posix_signal.h>

Data Fields

void * ss_sp
 Stack base address.
 
size_t ss_size
 Stack size in bytes.
 
int ss_flags
 SS_ONSTACK or SS_DISABLE.
 

Detailed Description

Alternate signal stack descriptor.

Definition at line 241 of file signal.h.

Field Documentation

◆ ss_flags

int stack_t::ss_flags

SS_ONSTACK or SS_DISABLE.

Definition at line 244 of file signal.h.

◆ ss_size

size_t stack_t::ss_size

Stack size in bytes.

Definition at line 243 of file signal.h.

◆ ss_sp

void* stack_t::ss_sp

Stack base address.

Definition at line 242 of file signal.h.


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