Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-arm64/asm/
Ducontext.h22 struct ucontext { struct
24 struct ucontext * uc_link; argument
25 stack_t uc_stack;
26 sigset_t uc_sigmask;
27 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)];
28 struct sigcontext uc_mcontext;
/bionic/libc/kernel/uapi/asm-generic/
Ducontext.h21 struct ucontext { struct
23 struct ucontext * uc_link; argument
24 stack_t uc_stack;
25 struct sigcontext uc_mcontext;
26 sigset_t uc_sigmask;
/bionic/libc/include/sys/
Ducontext.h85 typedef struct ucontext { struct
87 struct ucontext* uc_link; argument
101 } ucontext_t; argument
113 typedef struct ucontext { argument