Searched defs:barrier_ (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dbarrier_test.cc31 : barrier_(barrier),
38 barrier_->Wait(self);
48 Barrier* const barrier_; member in class:art::CheckWaitTask
90 : barrier_(barrier),
98 barrier_->Pass(self);
106 Barrier* const barrier_; member in class:art::CheckPassTask
H A Dmonitor_test.cc53 std::unique_ptr<Barrier> barrier_; member in class:art::MonitorTest
143 monitor_test_->barrier_->Wait(self); // Let the other thread know we're done.
189 monitor_test_->barrier_->Wait(self); // Wait for the other thread to set up the monitor.
227 monitor_test_->barrier_->Wait(self); // Wait for the other thread to set up the monitor.
305 test->barrier_ = std::unique_ptr<Barrier>(new Barrier(2));
H A Dthread_list.cc163 explicit DumpCheckpoint(std::ostream* os) : os_(os), barrier_(0) {}
181 barrier_.Pass(self);
188 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout);
200 Barrier barrier_; member in class:art::FINAL
/art/runtime/gc/
H A Dheap.cc1199 explicit TrimIndirectReferenceTableClosure(Barrier* barrier) : barrier_(barrier) {
1208 barrier_->Pass(Thread::Current());
1213 Barrier* const barrier_; member in class:art::gc::TrimIndirectReferenceTableClosure

Completed in 81 milliseconds