OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:th_generation
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_tc.c
113
/* Fields not to be copied in tc_windup start with
th_generation
. */
114
volatile u_int
th_generation
; /* current generation */
member in struct:timehands
132
.
th_generation
= 1,
474
* th->
th_generation
, I'm all ears.
485
gen = th->
th_generation
;
490
} while (gen == 0 || gen != th->
th_generation
);
556
gen = th->
th_generation
;
560
} while (gen == 0 || gen != th->
th_generation
);
572
gen = th->
th_generation
;
576
} while (gen == 0 || gen != th->
th_generation
);
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025