Searched defs:ucontext (Results 1 – 3 of 3) sorted by relevance
22 struct ucontext { struct25 struct ucontext * uc_link; argument26 stack_t uc_stack;27 sigset_t uc_sigmask;29 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)];30 struct sigcontext uc_mcontext;
21 struct ucontext { struct24 struct ucontext * uc_link; argument25 stack_t uc_stack;26 struct sigcontext uc_mcontext;27 sigset_t uc_sigmask;
67 typedef struct ucontext { struct69 struct ucontext* uc_link; argument90 typedef struct ucontext { argument