Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ucontext_extended Struct Reference

#include <ucontext.h>

Data Fields

unsigned long uc_flags
 
struct ucontextuc_link
 
stack_t uc_stack
 
_sigregs uc_mcontext
 
unsigned long uc_sigmask [2]
 
unsigned long uc_gprs_high [16]
 

Detailed Description

Definition at line 14 of file ucontext.h.

Field Documentation

unsigned long uc_flags

Definition at line 15 of file ucontext.h.

unsigned long uc_gprs_high[16]

Definition at line 20 of file ucontext.h.

struct ucontext* uc_link

Definition at line 16 of file ucontext.h.

_sigregs uc_mcontext

Definition at line 18 of file ucontext.h.

unsigned long uc_sigmask[2]

Definition at line 19 of file ucontext.h.

stack_t uc_stack

Definition at line 17 of file ucontext.h.


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