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

/barrelfish-master/usr/tests/posixcompat/
H A Dpthreads.c105 static size_t atomic_counter; variable
114 if (atomic_counter % 10000 == 0) {
117 atomic_counter++;
122 assert(atomic_counter >= NUM_INCR);
153 assert(atomic_counter == cpu_count*NUM_INCR);

Completed in 78 milliseconds