HomeSort by relevance Sort by last modified time
    Searched refs:s_counter (Results 1 - 9 of 9) 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++;
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++;
  /external/chromium_org/third_party/mesa/src/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 };
  /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 520 milliseconds