Searched refs:g_done_threads (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c79 volatile int32_t g_done_threads; variable
222 new = OSAtomicIncrement32(&g_done_threads);
234 while (g_done_threads < g_numthreads) {
260 new = OSAtomicIncrement32(&g_done_threads);
479 g_done_threads = 0;
494 g_done_threads = 0;

Completed in 11 milliseconds