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

  /external/valgrind/main/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);
rwlock_test.stderr.exp 2 s_counter - expected_counter = 0
thread_name.c 16 static int s_counter; variable
31 while (s_counter != thread_num)
35 s_counter++;
qt4_mutex.cpp 21 static int s_counter; variable
37 s_counter++;
85 if (s_counter == n_threads * s_iterations)
89 s_counter, n_threads * s_iterations);
qt4_rwlock.cpp 19 static int s_counter; variable
46 s_counter++;
86 if (s_counter == n_threads * s_iterations)
90 s_counter, n_threads * s_iterations);
qt4_semaphore.cpp 19 static int s_counter; variable
35 s_counter++;
75 if (s_counter == n_threads * s_iterations)
79 s_counter, n_threads * s_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);
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 79 milliseconds