Home
last modified time | relevance | path

Searched defs:__ucontext (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/musl/include/bits/aarch64/
A Dsignal.h51 typedef struct __ucontext { struct
52 unsigned long uc_flags;
53 struct ucontext* uc_link;
54 stack_t uc_stack;
55 sigset_t uc_sigmask;
56 mcontext_t uc_mcontext;
/third_party/ulib/musl/include/bits/x86_64/
A Dsignal.h72 typedef struct __ucontext { struct
74 struct __ucontext* uc_link; argument
75 stack_t uc_stack;
76 mcontext_t uc_mcontext;
77 sigset_t uc_sigmask;
78 unsigned long __fpregs_mem[64];
/third_party/ulib/musl/include/
A Dsignal.h13 #define __ucontext ucontext macro

Completed in 5 milliseconds