HomeSort by: relevance | last modified time | path
    Searched defs:uct (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libc/arch/aarch64/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/alpha/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (!uct.uc_link) {
54 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/arm/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/hppa/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/mips/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/or1k/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/powerpc/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/powerpc64/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/sh3/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/sparc/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/sparc64/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/vax/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);
  /src/lib/libc/arch/riscv/gen/
resumecontext.c 46 ucontext_t uct; local in function:_resumecontext
48 (void)getcontext(&uct);
49 if (uct.uc_link == NULL)
51 (void)setcontext(uct.uc_link);

Completed in 26 milliseconds