Searched refs:swapcontext (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libc/sys/ |
H A D | swapcontext.c | 39 __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 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/crypto/openssl/crypto/async/arch/ |
H A D | async_posix.h | 67 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 | 668 SLOT(swapcontext); in __thr_interpose_libc()
|
/freebsd/lib/libc/gen/ |
H A D | Makefile.inc | 450 MLINKS+=makecontext.3 swapcontext.3
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3057 fun:swapcontext=uninstrumented
|