Home
last modified time | relevance | path

Searched defs:__ucontext32 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/compat/sys/
H A Ducontext.h41 struct __ucontext32 { struct
42 unsigned int uc_flags; /* properties */
43 uint32_t uc_link; /* context to resume */
44 sigset_t uc_sigmask; /* signals blocked in this context */
45 stack32_t uc_stack; /* the stack used by this context */
46 mcontext32_t uc_mcontext; /* machine state */
48 int __uc_pad[_UC_MACHINE32_PAD];