HomeSort by: relevance | last modified time | path
    Searched refs:setcontext (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/lib/libc/arch/powerpc64/sys/
__sigtramp2.S 47 _DOSYSCALL(setcontext) /* restore machine state */
  /src/lib/libc/arch/or1k/sys/
__sigtramp2.S 50 _DOSYSCALL(setcontext) /* restore machine state */
  /src/lib/libc/arch/sparc64/gen/
swapcontext.S 55 set _C_LABEL(setcontext), %o5
61 ldx [%g5+_C_LABEL(setcontext)], %o4
65 ba,a _C_LABEL(setcontext)
resumecontext.c 51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/aarch64/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/alpha/gen/
resumecontext.c 54 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/arm/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
swapcontext.S 85 b PLT_SYM(_C_LABEL(setcontext))
88 bl PLT_SYM(_C_LABEL(setcontext))
  /src/lib/libc/arch/hppa/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/mips/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/or1k/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/powerpc/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/powerpc64/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/sh3/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
swapcontext.S 56 !! adjust oucp to resume after setcontext below
61 2: CALL r2 ! setcontext(ucp)
74 .L_setcontext: CALL_DATUM(_C_LABEL(setcontext), 2b)
  /src/lib/libc/arch/sparc/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
swapcontext.S 54 set _C_LABEL(setcontext), %g2
59 jmp _C_LABEL(setcontext)
  /src/lib/libc/arch/vax/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
swapcontext.S 53 calls $1,_C_LABEL(setcontext) /* setcontext(ucp) */
  /src/lib/libc/arch/riscv/gen/
resumecontext.c 51 (void)setcontext(uct.uc_link);
  /src/include/
ucontext.h 40 int setcontext(const ucontext_t *);
  /src/lib/libc/arch/m68k/gen/
swapcontext.S 48 jbsr PIC_PLT(_C_LABEL(setcontext)) | setcontext(ucp)
resumecontext.S 55 1: jbsr PIC_PLT(_C_LABEL(setcontext))
  /src/lib/libc/arch/x86_64/gen/
swapcontext.S 63 call PIC_PLT(_C_LABEL(setcontext))
  /src/lib/libc/arch/i386/sys/
__sigtramp2.S 70 SYSTRAP(setcontext) /* do setcontext */

Completed in 39 milliseconds

1 2 3