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
 
mcontext_t uc_mcontext
 
sigset_t uc_sigmask
 
struct _libc_fpstate __fpregs_mem
 

Detailed Description

Definition at line 2462 of file papi_fwrappers_.c.

Field Documentation

◆ __fpregs_mem

struct _libc_fpstate ucontext_t::__fpregs_mem

Definition at line 2469 of file papi_fwrappers_.c.

◆ uc_flags

unsigned long int ucontext_t::uc_flags

Definition at line 2464 of file papi_fwrappers_.c.

◆ uc_link

struct ucontext_t * ucontext_t::uc_link

Definition at line 2465 of file papi_fwrappers_.c.

◆ uc_mcontext

mcontext_t ucontext_t::uc_mcontext

Definition at line 2467 of file papi_fwrappers_.c.

◆ uc_sigmask

sigset_t ucontext_t::uc_sigmask

Definition at line 2468 of file papi_fwrappers_.c.

◆ uc_stack

stack_t ucontext_t::uc_stack

Definition at line 2466 of file papi_fwrappers_.c.


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