Searched defs:ucontext (Results 1 – 4 of 4) sorted by relevance
10 struct ucontext { struct12 struct ucontext * uc_link; argument13 stack_t uc_stack;14 sigset_t uc_sigmask;15 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)];16 struct sigcontext uc_mcontext;
9 struct ucontext { struct11 struct ucontext * uc_link; argument12 stack_t uc_stack;13 struct sigcontext uc_mcontext;14 sigset_t uc_sigmask;
84 typedef struct ucontext { struct86 struct ucontext* uc_link; argument100 } ucontext_t; argument112 typedef struct ucontext { argument