Home
last modified time | relevance | path

Searched defs:swapcontext (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mac.cpp403 TSAN_INTERCEPTOR(int, swapcontext, ucontext_t *oucp, const ucontext_t *ucp) { in TSAN_INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp269 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() argument
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc342 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs850 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int; in swapcontext() function
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Ds390x.rs1011 pub fn swapcontext(uocp: *mut ::ucontext_t, ucp: *const ::ucontext_t) -> ::c_int; in swapcontext() function
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs1144 pub fn swapcontext(uocp: *mut ucontext_t, ucp: *const ucontext_t) -> ::c_int; in swapcontext() function