Home
last modified time | relevance | path

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

12

/netbsd/src/lib/libpthread/
DREADME3 Due to limitations in the current pthread implementation, makecontext(3)
6 makecontext(3), sigaltstack(2), and pthread(3) man pages.
/netbsd/src/lib/libc/arch/i386/gen/
Dmakecontext.c51 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
53 makecontext(ucp, func, argc, va_alist) in makecontext()
/netbsd/src/tests/kernel/
Dt_signal_and_sp.c263 makecontext(&uc, &contextspfunc, 0); in ATF_TC_BODY()
284 makecontext(&uc, &contextspfunc, 0); in ATF_TC_BODY()
329 makecontext(&uc1, &contextnoop, 0); in ATF_TC_BODY()
334 makecontext(&uc2, &contextspfunc, 0); in ATF_TC_BODY()
356 makecontext(&uc1, &contextnoop, 0); in ATF_TC_BODY()
361 makecontext(&uc2, &contextspfunc, 0); in ATF_TC_BODY()
/netbsd/src/lib/libc/arch/ia64/gen/
Dmakecontext.c41 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
DMakefile.inc9 SRCS+= getcontext.S makecontext.c swapcontext.S
/netbsd/src/include/
Ducontext.h47 void makecontext(ucontext_t *, void (*)(), int, ...);
/netbsd/src/lib/libc/arch/m68k/gen/
Dmakecontext.c45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
/netbsd/src/lib/libc/arch/sh3/gen/
Dmakecontext.c45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
DMakefile.inc5 SRCS+= makecontext.c resumecontext.c swapcontext.S
/netbsd/src/lib/libc/arch/powerpc/gen/
Dmakecontext.c49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
/netbsd/src/lib/libc/arch/arm/gen/
Dmakecontext.c45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
/netbsd/src/lib/libc/arch/aarch64/gen/
Dmakecontext.c45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
/netbsd/src/lib/libc/arch/sparc/gen/
Dmakecontext.c47 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
/netbsd/src/lib/libc/arch/vax/gen/
Dmakecontext.c45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
DMakefile.inc9 makecontext.c modf.S \
/netbsd/src/lib/libc/arch/x86_64/gen/
Dmakecontext.c48 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
/netbsd/src/lib/libc/arch/alpha/gen/
Dmakecontext.c49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
DMakefile.inc27 SRCS+= makecontext.c resumecontext.c swapcontext.S _lwp.c
/netbsd/src/lib/libc/arch/powerpc64/gen/
Dmakecontext.c49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
DMakefile.inc7 SRCS+= _lwp.c makecontext.c resumecontext.c swapcontext.S
/netbsd/src/lib/libc/arch/hppa/gen/
DMakefile.inc17 SRCS+= makecontext.c resumecontext.c _resumecontext.S swapcontext.S _lwp.c
/netbsd/src/lib/libc/arch/sparc64/gen/
Dmakecontext.c46 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
/netbsd/src/tests/lib/libpthread/
Dt_swapcontext.c74 makecontext(&nctx, swapfunc, 0); in threadfunc()
/netbsd/src/lib/libc/arch/mips/gen/
Dmakecontext.c49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext() function
/netbsd/src/tests/lib/libc/sys/
Dt_swapcontext.c88 makecontext(&nctx, swapfunc, 0); in mainfunc()

12