OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_total_tasks
(Results
1 - 2
of
2
) 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
);
/external/chromium_org/base/test/
task_runner_test_template.h
140
int
expected_total_tasks
= 0;
local
151
++
expected_total_tasks
;
154
this->task_tracker_->WaitForCompletedTasks(
expected_total_tasks
);
Completed in 169 milliseconds