PAPI 7.1.0.0
Loading...
Searching...
No Matches
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
 
__extension__ unsigned long long int __ssp [4]
 

Detailed Description

Definition at line 2450 of file papi_fwrappers_.c.

Field Documentation

◆ __fpregs_mem

struct _libc_fpstate ucontext_t::__fpregs_mem

Definition at line 2457 of file papi_fwrappers_.c.

◆ __ssp

__extension__ unsigned long long int ucontext_t::__ssp

Definition at line 2458 of file papi_fwrappers_.c.

◆ uc_flags

unsigned long int ucontext_t::uc_flags

Definition at line 2452 of file papi_fwrappers_.c.

◆ uc_link

struct ucontext_t * ucontext_t::uc_link

Definition at line 2453 of file papi_fwrappers_.c.

◆ uc_mcontext

mcontext_t ucontext_t::uc_mcontext

Definition at line 2455 of file papi_fwrappers_.c.

◆ uc_sigmask

sigset_t ucontext_t::uc_sigmask

Definition at line 2456 of file papi_fwrappers_.c.

◆ uc_stack

stack_t ucontext_t::uc_stack

Definition at line 2454 of file papi_fwrappers_.c.


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