Home
last modified time | relevance | path

Searched defs:ucontext_t (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_ucontext.h15 struct ucontext_t { struct
16 unsigned long uc_flags;
17 struct ucontext* uc_link;
18 stack_t uc_stack;
19 sigset_t uc_sigmask;
21 uint8_t unused[1024 / 8 - sizeof(sigset_t)];
23 struct sigcontext uc_mcontext;
Dmips_linux_ucontext.h47 } ucontext_t; typedef
Darm_linux_ucontext.h63 } ucontext_t; typedef
Di386_linux_ucontext.h90 } ucontext_t; typedef
Dx86_64_linux_ucontext.h84 } ucontext_t; typedef
/external/v8/src/libsampler/
Dv8-sampler.cc72 } ucontext_t; typedef
84 } ucontext_t; typedef
115 } ucontext_t; typedef
133 } ucontext_t; typedef
150 } ucontext_t; typedef
/external/compiler-rt/lib/asan/
Dasan_linux.cc54 #define ucontext_t xucontext_t macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc79 struct ucontext_t { struct
83 struct ucontext_t { argument
85 u64 opaque[936 / sizeof(u64) + 1];