Home
last modified time | relevance | path

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

/freebsd/lib/libc/sys/
H A Dswapcontext.c43 #pragma weak swapcontext macro
45 swapcontext(ucontext_t *oucp, const ucontext_t *ucp) in swapcontext() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp405 TSAN_INTERCEPTOR(int, swapcontext, ucontext_t *oucp, const ucontext_t *ucp) { in TSAN_INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp387 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() argument