Searched refs:__makecontext (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libc/aarch64/gen/
H A Dmakecontext.c56 __weak_reference(__makecontext, makecontext);
59 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function
/freebsd-13-stable/lib/libc/arm/gen/
H A Dmakecontext.c58 __weak_reference(__makecontext, makecontext);
61 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function
/freebsd-13-stable/lib/libc/riscv/gen/
H A Dmakecontext.c61 __weak_reference(__makecontext, makecontext);
64 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function
/freebsd-13-stable/lib/libc/amd64/gen/
H A Dmakecontext.c43 __weak_reference(__makecontext, makecontext);
46 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function
/freebsd-13-stable/lib/libc/i386/gen/
H A Dmakecontext.c45 __weak_reference(__makecontext, makecontext);
68 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function
/freebsd-13-stable/lib/libc/mips/gen/
H A Dmakecontext.c51 __weak_reference(__makecontext, makecontext);
57 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function
/freebsd-13-stable/lib/libc/powerpc/gen/
H A Dmakecontext.c40 __weak_reference(__makecontext, makecontext);
61 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function
/freebsd-13-stable/lib/libc/powerpc64/gen/
H A Dmakecontext.c40 __weak_reference(__makecontext, makecontext);
61 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function

Completed in 109 milliseconds