Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/tests/zero-to-n/
H A Dzero-to-n.c95 static __attribute__((aligned(128))) _Atomic boolean_t g_churn_stop = FALSE; variable
243 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()