Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c721 uint32_t done_threads; in worker_thread() local
722 done_threads = atomic_fetch_add_explicit(&g_done_threads, 1, memory_order_relaxed) + 1; in worker_thread()
724 debug_log("Thread %p new value is %d, iteration %d\n", pthread_self(), done_threads, i); in worker_thread()