OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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