Searched refs:g_churn_stop (Results 1 – 1 of 1) sorted by relevance
95 static __attribute__((aligned(128))) _Atomic boolean_t g_churn_stop = FALSE; variable243 while ((g_churn_stop == FALSE) && (ctime < (g_starttime_abs + NSEC_PER_SEC))) { in churn_thread()312 atomic_store_explicit(&g_churn_stop, TRUE, memory_order_seq_cst); in join_churn_threads()