PAPI  5.7.0.0
ucontext_t Struct Reference
Collaboration diagram for ucontext_t:

Data Fields

unsigned long int uc_flags
 
struct ucontext_tuc_link
 
stack_t uc_stack
 
sigset_t uc_sigmask
 
mcontext_t uc_mcontext
 

Detailed Description

Definition at line 2626 of file papi_fwrappers_.c.

Field Documentation

◆ uc_flags

unsigned long int ucontext_t::uc_flags

Definition at line 2628 of file papi_fwrappers_.c.

◆ uc_link

struct ucontext_t * ucontext_t::uc_link

Definition at line 2629 of file papi_fwrappers_.c.

◆ uc_mcontext

mcontext_t ucontext_t::uc_mcontext

Definition at line 2633 of file papi_fwrappers_.c.

◆ uc_sigmask

sigset_t ucontext_t::uc_sigmask

Definition at line 2632 of file papi_fwrappers_.c.

◆ uc_stack

stack_t ucontext_t::uc_stack

Definition at line 2630 of file papi_fwrappers_.c.


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