Searched refs:setcontext (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/sys/
H A D__sigtramp2.S46 SYSTRAP(setcontext) /* and call setcontext */
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/sys/
H A D__sigtramp2.S47 _DOSYSCALL(setcontext) /* restore machine state */
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/sys/
H A D__sigtramp2.S50 SYSTRAP(setcontext) /* do setcontext */
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/sys/
H A D__sigtramp2.S51 _DOSYSCALL(setcontext) /* restore machine state */
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/sys/
H A D__sigtramp2.S50 SYSTRAP(setcontext) /* and call setcontext() */
/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/sys/
H A D__sigtramp2.S44 CALLSYS_NOERROR(setcontext) /* and call setcontext() with it */
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/sys/
H A D__sigtramp2.S51 SYSTRAP(setcontext) /* and do setcontext */
/netbsd-6-1-5-RELEASE/include/
H A Ducontext.h40 int setcontext(const ucontext_t *);
/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/gen/
H A Dresumecontext.c54 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
H A Dswapcontext.S50 bl PIC_SYM(_C_LABEL(setcontext), PLT)
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/gen/
H A Dresumecontext.S60 pushl %ecx /* argument for exit() or setcontext() */
74 call PIC_PLT(_C_LABEL(setcontext))
76 call _C_LABEL(setcontext)
H A Dswapcontext.S63 call PIC_PLT(_C_LABEL(setcontext))
65 call _C_LABEL(setcontext)
69 /* No need to error-check: setcontext() must have failed. */
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/gen/
H A Dresumecontext.c51 (void)setcontext(uct.uc_link);
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/gen/
H A Dresumecontext.S69 call PIC_PLT(_C_LABEL(setcontext))
71 call _C_LABEL(setcontext)
H A Dswapcontext.S68 call PIC_PLT(_C_LABEL(setcontext))
70 call _C_LABEL(setcontext)
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/gen/
H A Dswapcontext.S47 jbsr PIC_PLT(_C_LABEL(setcontext)) | setcontext(ucp)
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/sys/
H A D__sigtramp3.S54 SYSTRAP(setcontext) # exit from here

Completed in 144 milliseconds

123