Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_linux.cc54 #define ucontext_t xucontext_t macro
/external/llvm-project/compiler-rt/lib/asan/
Dasan_linux.cpp64 #define ucontext_t xucontext_t macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc68 struct ucontext_t { struct
72 struct ucontext_t { argument
74 u64 opaque[936 / sizeof(u64) + 1];
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp68 struct ucontext_t { struct
72 struct ucontext_t { argument
74 u64 opaque[936 / sizeof(u64) + 1];
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs849 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: ::c_int, ...); in makecontext()
850 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int; in swapcontext()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2288 ucontext_t = __darwin_ucontext_t variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2288 ucontext_t = __darwin_ucontext_t variable
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Ds390x.rs1010 pub fn makecontext(ucp: *mut ::ucontext_t, func: extern "C" fn(), argc: ::c_int, ...); in makecontext()
1011 pub fn swapcontext(uocp: *mut ::ucontext_t, ucp: *const ::ucontext_t) -> ::c_int; in swapcontext()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs1143 pub fn makecontext(ucp: *mut ucontext_t, func: extern "C" fn(), argc: ::c_int, ...); in makecontext()
1144 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int; in swapcontext()