Home
last modified time | relevance | path

Searched refs:swapcontext (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libc/sys/
H A Dswapcontext.c39 __sym_compat(swapcontext, __impl_swapcontext, FBSD_1.0);
40 __weak_reference(swapcontext, __impl_swapcontext);
41 __sym_default(swapcontext, swapcontext, FBSD_1.2);
43 #pragma weak swapcontext macro
45 swapcontext(ucontext_t *oucp, const ucontext_t *ucp) in swapcontext() function
47 return (INTERPOS_SYS(swapcontext, oucp, ucp)); in swapcontext()
/freebsd/lib/libc/tests/gen/
H A Dmakecontext_test.c51 ATF_REQUIRE_EQ(swapcontext(&ctx[0], &ctx[1]), 0); in ATF_TC_BODY()
73 ATF_REQUIRE_EQ(swapcontext(&ctx[0], &ctx[1]), 0); in ATF_TC_BODY()
96 ATF_REQUIRE_EQ(swapcontext(&ctx[0], &ctx[1]), 0); in ATF_TC_BODY()
120 ATF_REQUIRE_EQ(swapcontext(&ctx[0], &ctx[1]), 0); in ATF_TC_BODY()
145 ATF_REQUIRE_EQ(swapcontext(&ctx[0], &ctx[1]), 0); in ATF_TC_BODY()
171 ATF_REQUIRE_EQ(swapcontext(&ctx[0], &ctx[1]), 0); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c66 ATF_REQUIRE(swapcontext(&nctx, &octx)); in swapfunc()
83 ATF_REQUIRE_MSG(swapcontext(&octx, &nctx) != -1, "swapcontext failed: %s", in threadfunc()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_swapcontext.c64 ATF_REQUIRE(swapcontext(&nctx, &octx)); in swapfunc()
97 ATF_REQUIRE(swapcontext(&octx, &nctx) == 0); in mainfunc()
/freebsd/sys/sys/
H A Ducontext.h49 int swapcontext(ucontext_t *, const ucontext_t *);
H A Dsyscall.mk278 swapcontext.o \
/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_posix.h67 swapcontext(&o->fibre, &n->fibre); in async_fibre_swapcontext()
/freebsd/lib/libsys/
H A Dinterposing_table.c65 SLOT(swapcontext, __sys_swapcontext),
H A DMakefile.sys95 swapcontext \
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp399 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, argument
416 __attribute__((__indirect_return__)) = REAL(swapcontext);
419 int res = REAL(swapcontext)(oucp, ucp);
805 ASAN_INTERCEPT_FUNC(swapcontext);
/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
407 SCOPED_INTERCEPTOR_RAW(swapcontext, oucp, ucp); in TSAN_INTERCEPTOR()
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c668 SLOT(swapcontext); in __thr_interpose_libc()
/freebsd/lib/libc/gen/
H A DMakefile.inc450 MLINKS+=makecontext.3 swapcontext.3
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3057 fun:swapcontext=uninstrumented