Home | History | Annotate | Download | only in tests

Lines Matching refs:MANY

4 #define MANY 1000
7 pthread_mutex_t m[MANY];
21 USAGE: t2t [many] [level] [loops]
22 many (default 100) : how many locks are created/locked/unlocked at a certain level.
23 level (default 1) : how many levels of "nested locks" are done
24 loops : how many times these locks are created and destroyed and locked/unlocked) */
37 if (clo_many > MANY) {
38 printf("error argv[1] (many arg) %d > max MANY %d\n", clo_many, MANY);
47 printf ("many %d level %d total_locks: %d\n",