HomeSort by relevance Sort by last modified time
    Searched full:s_num_threads (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/drd/tests/
rwlock_test.c 19 static int s_num_threads = 10; variable
71 s_num_threads = atoi(optarg);
86 tid = calloc(s_num_threads, sizeof(*tid));
88 for (i = 0; i < s_num_threads; i++)
99 for (i = 0; i < s_num_threads; i++)

Completed in 52 milliseconds