HomeSort by relevance Sort by last modified time
    Searched defs:s_counter (Results 1 - 7 of 7) 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++;
  /external/mesa3d/src/glsl/
ir_reader.cpp 465 s_expression *s_counter, *s_from, *s_to, *s_inc, *s_body; local
467 s_pattern pat[] = { "loop", s_counter, s_from, s_to, s_inc, s_body };

Completed in 194 milliseconds