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

  /external/valgrind/drd/tests/
pth_spinlock.c 17 static int s_counter; variable
28 s_counter++;
51 if (s_counter == n_threads * s_iterations)
55 s_counter, n_threads * s_iterations);
thread_name.c 17 static int s_counter; variable
34 while (s_counter != thread_num)
38 s_counter++;
annotate_rwlock.c 35 static int s_counter; variable
131 sum += s_counter;
134 s_counter++;
annotate_sem.c 24 static unsigned int s_counter; variable
66 sum += s_counter;
70 s_counter++;
89 assert(s_counter == THREADS * ITERATIONS);
rwlock_test.c 24 static int s_counter; /* protected by s_rwlock. */ variable
35 sum1 += s_counter;
40 sum2 += s_counter++;
107 fprintf(stderr, "s_counter - expected_counter = %d\n",
108 s_counter - expected_counter);
  /external/valgrind/helgrind/tests/
annotate_rwlock.c 45 static int s_counter; variable
145 sum += s_counter;
148 s_counter++;

Completed in 336 milliseconds