HomeSort by relevance Sort by last modified time
    Searched refs:barrier_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/
barrier_test.cc 31 : 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
monitor_test.cc 52 std::unique_ptr<Barrier> barrier_; member in class:art::MonitorTest
142 monitor_test_->barrier_->Wait(self); // Let the other thread know we're done.
188 monitor_test_->barrier_->Wait(self); // Wait for the other thread to set up the monitor.
226 monitor_test_->barrier_->Wait(self); // Wait for the other thread to set up the monitor.
304 test->barrier_ = std::unique_ptr<Barrier>(new Barrier(2));
  /art/runtime/gc/
heap.cc 1015 Barrier* const barrier_; member in class:art::gc::TrimIndirectReferenceTableClosure
    [all...]

Completed in 226 milliseconds