Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dkern_monotonic.c86 start_gen = atomic_load_explicit(&thread->t_monotonic.mth_gen, in mt_fixed_thread_counts()
110 end_gen = atomic_load_explicit(&thread->t_monotonic.mth_gen, in mt_fixed_thread_counts()
151 &thread->t_monotonic.mth_gen, 1, memory_order_release); in mt_update_thread()
167 &thread->t_monotonic.mth_gen, 1, memory_order_release); in mt_update_thread()
/xnu-8020.140.41/osfmk/machine/
H A Dmonotonic.h57 _Atomic uint64_t mth_gen; member