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
90 } ucontext_t; typedef
84 } ucontext_t; typedef
72 } ucontext_t; typedef84 } ucontext_t; typedef115 } ucontext_t; typedef133 } ucontext_t; typedef150 } ucontext_t; typedef
54 #define ucontext_t xucontext_t macro
79 struct ucontext_t { struct83 struct ucontext_t { argument85 u64 opaque[936 / sizeof(u64) + 1];