Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-arm64/asm/
Ducontext.h10 struct ucontext { struct
12 struct ucontext * uc_link; argument
13 stack_t uc_stack;
14 sigset_t uc_sigmask;
15 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)];
16 struct sigcontext uc_mcontext;
/bionic/libc/kernel/uapi/asm-riscv/asm/
Ducontext.h10 struct ucontext { struct
12 struct ucontext * uc_link; argument
13 stack_t uc_stack;
14 sigset_t uc_sigmask;
15 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)];
16 struct sigcontext uc_mcontext;
/bionic/libc/kernel/uapi/asm-generic/
Ducontext.h9 struct ucontext { struct
11 struct ucontext * uc_link; argument
12 stack_t uc_stack;
13 struct sigcontext uc_mcontext;
14 sigset_t uc_sigmask;
/bionic/libc/include/sys/
Ducontext.h84 typedef struct ucontext { struct
86 struct ucontext* uc_link; argument
100 } ucontext_t; argument
112 typedef struct ucontext { argument