Searched defs:__ucontext (Results 1 – 1 of 1) sorted by relevance
70 struct __ucontext { struct71 unsigned int uc_flags; /* properties */72 ucontext_t * uc_link; /* context to resume */73 sigset_t uc_sigmask; /* signals blocked in this context */74 stack_t uc_stack; /* the stack used by this context */75 mcontext_t uc_mcontext; /* machine state */77 long __uc_pad[_UC_MACHINE_PAD];