Searched defs:ucontext (Results 1 – 4 of 4) sorted by relevance
22 struct ucontext { struct24 struct ucontext * uc_link; argument25 stack_t uc_stack;26 sigset_t uc_sigmask;27 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)];28 struct sigcontext uc_mcontext;
21 struct ucontext { struct23 struct ucontext * uc_link; argument24 stack_t uc_stack;25 struct sigcontext uc_mcontext;26 sigset_t uc_sigmask;
32 struct ucontext { struct34 struct ucontext * uc_link; argument35 stack_t uc_stack;36 struct sigcontext uc_mcontext;37 sigset_t uc_sigmask;38 unsigned long long uc_extcontext[0];
85 typedef struct ucontext { struct87 struct ucontext* uc_link; argument108 typedef struct ucontext { argument