Searched defs:__ucontext (Results 1 – 3 of 3) sorted by relevance
51 typedef struct __ucontext { struct52 unsigned long uc_flags;53 struct ucontext* uc_link;54 stack_t uc_stack;55 sigset_t uc_sigmask;56 mcontext_t uc_mcontext;
72 typedef struct __ucontext { struct74 struct __ucontext* uc_link; argument75 stack_t uc_stack;76 mcontext_t uc_mcontext;77 sigset_t uc_sigmask;78 unsigned long __fpregs_mem[64];
13 #define __ucontext ucontext macro
Completed in 5 milliseconds