Home
last modified time | relevance | path

Searched refs:barrier_ (Results 1 – 4 of 4) sorted by relevance

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