Searched defs:ucontext_t (Results 1 – 8 of 8) sorted by relevance
15 struct ucontext_t { struct16 unsigned long uc_flags;17 struct ucontext* uc_link;18 stack_t uc_stack;19 sigset_t uc_sigmask;21 uint8_t unused[1024 / 8 - sizeof(sigset_t)];23 struct sigcontext uc_mcontext;
47 } ucontext_t; typedef
63 } ucontext_t; typedef
84 } ucontext_t; typedef
90 } ucontext_t; typedef
71 } ucontext_t; typedef83 } ucontext_t; typedef114 } ucontext_t; typedef132 } ucontext_t; typedef149 } ucontext_t; typedef
54 #define ucontext_t xucontext_t macro
68 struct ucontext_t { struct72 struct ucontext_t { struct74 u64 opaque[936 / sizeof(u64) + 1];