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

  /art/runtime/
barrier_test.cc 123 const int32_t expected_total_tasks = num_sub_tasks * num_tasks; local
125 barrier.Increment(self, expected_total_tasks);
126 // The total number of completed tasks should be equal to expected_total_tasks.
127 EXPECT_EQ(count.LoadRelaxed(), expected_total_tasks);

Completed in 57 milliseconds