Searched refs:rounds (Results 1 – 3 of 3) sorted by relevance
28 static int rounds; variable34 ++rounds; in destr()37 if (pthread_setspecific (key, (void *) &rounds) != 0) in destr()49 if (pthread_setspecific (key, (void *) &rounds) != 0) in tf()85 if (rounds < PTHREAD_DESTRUCTOR_ITERATIONS) in do_test()88 rounds, PTHREAD_DESTRUCTOR_ITERATIONS); in do_test()
43 for (int rounds = 0; rounds < ROUNDS_PER_RUN; rounds++) in tf() local65 for (int rounds = 0; rounds < ROUNDS_PER_RUN; rounds++) in tf() local
117 static unsigned long int rounds = 10; variable162 for (i = 0; i < rounds; ++i) in work()552 rounds = strtoul (arg, NULL, 0); in parse_opt()
Completed in 6 milliseconds