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

  /external/valgrind/main/drd/tests/
rwlock_test.stderr.exp 2 s_counter - expected_counter = 0
rwlock_test.c 60 int expected_counter; local
106 expected_counter = threads_created * s_num_iterations;
107 fprintf(stderr, "s_counter - expected_counter = %d\n",
108 s_counter - expected_counter);
109 expected_grand_sum = 1ULL * expected_counter * (expected_counter - 1) / 2;
  /external/valgrind/main/helgrind/tests/
rwlock_test.stderr.exp 2 s_counter - expected_counter = 0

Completed in 57 milliseconds