Home
last modified time | relevance | path

Searched refs:makecontext (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/lib/libc/tests/gen/
H A Dmakecontext_test.c49 makecontext(&ctx[1], (void (*)(void))check_1, 1, 1); in ATF_TC_BODY()
71 makecontext(&ctx[1], (void (*)(void))check_2, 2, 1, 2); in ATF_TC_BODY()
94 makecontext(&ctx[1], (void (*)(void))check_3, 3, 1, 2, 3); in ATF_TC_BODY()
118 makecontext(&ctx[1], (void (*)(void))check_4, 4, 1, 2, 3, 4); in ATF_TC_BODY()
143 makecontext(&ctx[1], (void (*)(void))check_5, 5, 1, 2, 3, 4, 5); in ATF_TC_BODY()
169 makecontext(&ctx[1], (void (*)(void))check_6, 6, 1, 2, 3, 4, 5, 6); in ATF_TC_BODY()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getcontext.c127 makecontext(&uc[i], (void *)run, 6, i,
134 makecontext(&uc[i], (void *)run, 8, i,
137 makecontext(&uc[i], (void *)run, 10, i,
141 makecontext(&uc[i], (void *)run, 10, i,
H A Dt_swapcontext.c92 makecontext(&nctx, swapfunc, 0); in mainfunc()
H A Dt_setrlimit.c504 makecontext(&c, func, 1, &lwpid); in ATF_TC_BODY()
/freebsd-14.2/lib/libc/powerpc/gen/
H A DMakefile.common4 SRCS += _ctx_start.S eabi.S infinity.c ldexp.c makecontext.c \
H A Dmakecontext.c37 __weak_reference(__makecontext, makecontext);
/freebsd-14.2/lib/libc/i386/gen/
H A DMakefile.inc4 flt_rounds.c infinity.c ldexp.c makecontext.c \
H A Dmakecontext.c42 __weak_reference(__makecontext, makecontext);
/freebsd-14.2/lib/libc/riscv/gen/
H A DMakefile.inc9 makecontext.c \
H A Dmakecontext.c58 __weak_reference(__makecontext, makecontext);
/freebsd-14.2/lib/libc/aarch64/gen/
H A DMakefile.inc12 makecontext.c \
H A Dmakecontext.c52 __weak_reference(__makecontext, makecontext);
/freebsd-14.2/lib/libc/amd64/gen/
H A DMakefile.inc5 infinity.c ldexp.c makecontext.c signalcontext.c \
H A Dmakecontext.c40 __weak_reference(__makecontext, makecontext);
/freebsd-14.2/lib/libc/powerpc64/gen/
H A DMakefile.inc4 infinity.c ldexp.c makecontext.c _setjmp.S \
H A Dmakecontext.c37 __weak_reference(__makecontext, makecontext);
/freebsd-14.2/sys/sys/
H A Ducontext.h47 void makecontext(ucontext_t *, void (*)(void), int, ...);
/freebsd-14.2/lib/libc/arm/gen/
H A DMakefile.inc16 makecontext.c \
H A Dmakecontext.c55 __weak_reference(__makecontext, makecontext);
/freebsd-14.2/crypto/openssl/crypto/async/arch/
H A Dasync_posix.c45 makecontext(&fibre->fibre, async_start_func, 0); in async_fibre_makecontext()
/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c79 makecontext(&nctx, (void *)*swapfunc, 0); in threadfunc()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp355 INTERCEPTOR(void, makecontext, struct ucontext_t *ucp, void (*func)(), int argc, in INTERCEPTOR() argument
376 REAL(makecontext) in INTERCEPTOR()
783 ASAN_INTERCEPT_FUNC(makecontext); in InitializeAsanInterceptors()
/freebsd-14.2/lib/libc/gen/
H A DMakefile.inc273 makecontext.3 \
469 MLINKS+=makecontext.3 swapcontext.3
H A DSymbol.map202 makecontext;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2247 fun:makecontext=uninstrumented