Home
last modified time | relevance | path

Searched defs:__ucontext (Results 1 – 1 of 1) sorted by last modified time

/netbsd/sys/sys/
H A Ducontext.h40 struct __ucontext { struct
41 unsigned int uc_flags; /* properties */
42 ucontext_t * uc_link; /* context to resume */
43 sigset_t uc_sigmask; /* signals blocked in this context */
44 stack_t uc_stack; /* the stack used by this context */
45 mcontext_t uc_mcontext; /* machine state */
47 long __uc_pad[_UC_MACHINE_PAD];