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

/barrelfish-master/usr/tests/posixcompat/
H A Dpthreads.c34 #define NUM_INCR 1000000 macro
112 for (size_t i=0; i < NUM_INCR; i++) {
122 assert(atomic_counter >= NUM_INCR);
153 assert(atomic_counter == cpu_count*NUM_INCR);

Completed in 77 milliseconds