Searched refs:mth_gen (Results 1 – 2 of 2) sorted by relevance
86 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()
57 _Atomic uint64_t mth_gen; member