Searched defs:ucontext_t (Results 1 – 9 of 9) sorted by relevance
| /external/compiler-rt/lib/asan/ |
| D | asan_linux.cc | 54 #define ucontext_t xucontext_t macro
|
| /external/llvm-project/compiler-rt/lib/asan/ |
| D | asan_linux.cpp | 64 #define ucontext_t xucontext_t macro
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 68 struct ucontext_t { struct 72 struct ucontext_t { argument 74 u64 opaque[936 / sizeof(u64) + 1];
|
| /external/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors_posix.cpp | 68 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/ |
| D | mod.rs | 849 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/ |
| D | infinite_recursion.py | 2288 ucontext_t = __darwin_ucontext_t variable
|
| /external/python/cpython2/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 2288 ucontext_t = __darwin_ucontext_t variable
|
| /external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
| D | s390x.rs | 1010 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/ |
| D | mod.rs | 1143 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()
|