| /freebsd/lib/libc/sys/ |
| H A D | swapcontext.c | 38 __sym_compat(swapcontext, __impl_swapcontext, FBSD_1.0); 39 __weak_reference(swapcontext, __impl_swapcontext); 40 __sym_default(swapcontext, swapcontext, FBSD_1.2); 42 #pragma weak swapcontext macro 44 swapcontext(ucontext_t *oucp, const ucontext_t *ucp) in swapcontext() function 46 return (INTERPOS_SYS(swapcontext, oucp, ucp)); in swapcontext()
|
| /freebsd/lib/libc/tests/gen/ |
| H A D | makecontext_test.c | 51 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 D | t_swapcontext.c | 66 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 D | t_swapcontext.c | 64 ATF_REQUIRE(swapcontext(&nctx, &octx)); in swapfunc() 97 ATF_REQUIRE(swapcontext(&octx, &nctx) == 0); in mainfunc()
|
| /freebsd/sys/sys/ |
| H A D | ucontext.h | 49 int swapcontext(ucontext_t *, const ucontext_t *);
|
| H A D | syscall.mk | 278 swapcontext.o \
|
| /freebsd/lib/libc/tests/sys/ |
| H A D | swapcontext_test.c | 50 res = swapcontext(&uctx_save, &uctx_switch); in ATF_TC_BODY()
|
| /freebsd/crypto/openssl/crypto/async/arch/ |
| H A D | async_posix.h | 75 swapcontext(&o->fibre, &n->fibre); in async_fibre_swapcontext()
|
| /freebsd/lib/libsys/ |
| H A D | interposing_table.c | 65 SLOT(swapcontext, __sys_swapcontext),
|
| H A D | Makefile.sys | 95 swapcontext \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 399 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 D | tsan_interceptors_mac.cpp | 405 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 D | thr_syscalls.c | 691 SLOT(swapcontext); in __thr_interpose_libc()
|
| /freebsd/lib/libc/gen/ |
| H A D | Makefile.inc | 463 MLINKS+=makecontext.3 swapcontext.3
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3057 fun:swapcontext=uninstrumented
|