Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/tests/zero-to-n/
H A Dzero-to-n.c96 static __attribute__((aligned(128))) _Atomic uint64_t g_churn_stopped_at = 0; variable
255 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()