Searched defs:barrier_ (Results 1 - 7 of 7) 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 Dcha.cc160 : barrier_(0),
170 barrier_.Pass(self);
176 barrier_.Increment(self, threads_running_checkpoint);
181 Barrier barrier_; member in class:art::FINAL
H A Dmonitor_test.cc54 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.
303 test->barrier_ = std::unique_ptr<Barrier>(new Barrier(2));
H A Dthread_list.cc195 barrier_(0),
215 barrier_.Pass(self);
221 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout);
233 Barrier barrier_; member in class:art::FINAL
H A Dthread.cc1385 explicit BarrierClosure(Closure* wrapped) : wrapped_(wrapped), barrier_(0) {}
1389 barrier_.Pass(self);
1393 barrier_.Increment(self, 1);
1398 Barrier barrier_; member in class:art::BarrierClosure
/art/runtime/jit/
H A Djit_code_cache.cc840 : code_cache_(code_cache), barrier_(barrier) {}
864 barrier_->Pass(Thread::Current());
869 Barrier* const barrier_; member in class:art::jit::FINAL
/art/runtime/gc/
H A Dheap.cc1380 explicit TrimIndirectReferenceTableClosure(Barrier* barrier) : barrier_(barrier) {
1386 barrier_->Pass(Thread::Current());
1390 Barrier* const barrier_; member in class:art::gc::TrimIndirectReferenceTableClosure

Completed in 337 milliseconds