Searched defs:ucontext (Results 1 – 2 of 2) sorted by relevance
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; argument78 } ucontext_t; argument96 typedef struct ucontext { argument