Searched refs:done_threads (Results 1 – 1 of 1) sorted by relevance
721 uint32_t done_threads; in worker_thread() local722 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()