Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c94 static __attribute__((aligned(128))) _Atomic boolean_t g_churn_stop = FALSE; variable
235 while ((g_churn_stop == FALSE) && (ctime < (g_starttime_abs + NSEC_PER_SEC))) { in churn_thread()
302 atomic_store_explicit(&g_churn_stop, TRUE, memory_order_seq_cst); in join_churn_threads()