Searched refs:g_churn_stopped_at (Results 1 – 1 of 1) sorted by relevance
96 static __attribute__((aligned(128))) _Atomic uint64_t g_churn_stopped_at = 0; variable255 atomic_fetch_add_explicit(&g_churn_stopped_at, spin_count, memory_order_relaxed); in churn_thread()307 if (atomic_load_explicit(&g_churn_stopped_at, memory_order_seq_cst) != 0) { in join_churn_threads()309 g_churn_stopped_at); in join_churn_threads()