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

  /external/valgrind/main/drd/tests/
rwlock_test.stderr.exp 2 s_counter - expected_counter = 0
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 16 static int s_counter; variable
31 while (s_counter != thread_num)
35 s_counter++;
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);
annotate_rwlock.c 35 static int s_counter; variable
131 sum += s_counter;
134 s_counter++;
  /external/valgrind/main/helgrind/tests/
rwlock_test.stderr.exp 2 s_counter - expected_counter = 0
annotate_rwlock.c 45 static int s_counter; variable
145 sum += s_counter;
148 s_counter++;

Completed in 847 milliseconds