Searched defs:uw_ucontext (Results 1 – 2 of 2) sorted by relevance
34 struct uw_ucontext { struct35 unsigned long uc_flags;36 ucontext_t *uc_link;37 stack_t uc_stack;38 mcontext_t uc_mcontext;39 unsigned long uc_filler[80];40 sigset_t uc_sigmask;