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

/freebsd-11.0-release/lib/libc/aarch64/gen/
H A Dmakecontext.c56 __weak_reference(__makecontext, makecontext);
59 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function
/freebsd-11.0-release/lib/libc/arm/gen/
H A Dmakecontext.c56 __weak_reference(__makecontext, makecontext);
59 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function
/freebsd-11.0-release/lib/libc/riscv/gen/
H A Dmakecontext.c61 __weak_reference(__makecontext, makecontext);
64 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function
/freebsd-11.0-release/lib/libc/amd64/gen/
H A Dmakecontext.c41 __weak_reference(__makecontext, makecontext);
44 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function
/freebsd-11.0-release/lib/libc/i386/gen/
H A Dmakecontext.c43 __weak_reference(__makecontext, makecontext);
66 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function
/freebsd-11.0-release/lib/libc/mips/gen/
H A Dmakecontext.c47 __weak_reference(__makecontext, makecontext);
53 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function
/freebsd-11.0-release/lib/libc/powerpc/gen/
H A Dmakecontext.c38 __weak_reference(__makecontext, makecontext);
59 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function
/freebsd-11.0-release/lib/libc/powerpc64/gen/
H A Dmakecontext.c38 __weak_reference(__makecontext, makecontext);
59 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function
/freebsd-11.0-release/lib/libc/sparc64/gen/
H A Dmakecontext.c42 __weak_reference(__makecontext, makecontext);
48 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) function

Completed in 194 milliseconds