Home
last modified time | relevance | path

Searched refs:end_gen (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dkern_monotonic.c74 uint64_t start_gen, end_gen; in mt_fixed_thread_counts() local
110 end_gen = atomic_load_explicit(&thread->t_monotonic.mth_gen, in mt_fixed_thread_counts()
112 if (end_gen != start_gen) { in mt_fixed_thread_counts()
117 start_gen = end_gen; in mt_fixed_thread_counts()