OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 15:09:53 GMT 2025