HomeSort by relevance Sort by last modified time
    Searched defs:MANY (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/helgrind/tests/
t2t.c 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)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 32 public static final int MANY = 4;

Completed in 46 milliseconds