Searched defs:__makecontext (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/riscv/gen/ |
H A D | makecontext.c | 61 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in __makecontext() function
|
/freebsd/lib/libc/aarch64/gen/ |
H A D | makecontext.c | 55 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in __makecontext() function
|
/freebsd/lib/libc/arm/gen/ |
H A D | makecontext.c | 58 __makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in __makecontext() function
|
/freebsd/lib/libc/i386/gen/ |
H A D | makecontext.c | 65 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) in __makecontext() function
|
/freebsd/lib/libc/powerpc64/gen/ |
H A D | makecontext.c | 58 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) in __makecontext() function
|
/freebsd/lib/libc/amd64/gen/ |
H A D | makecontext.c | 43 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) in __makecontext() function
|
/freebsd/lib/libc/powerpc/gen/ |
H A D | makecontext.c | 58 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) in __makecontext() function
|