HomeSort by relevance Sort by last modified time
    Searched refs:barrier_ (Results 1 - 7 of 7) 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 54 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));
cha.cc 160 : barrier_(0),
170 barrier_.Pass(self);
176 barrier_.Increment(self, threads_running_checkpoint);
181 Barrier barrier_; member in class:art::FINAL
thread_list.cc 195 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
    [all...]
thread.cc 1398 Barrier barrier_; member in class:art::BarrierClosure
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 869 Barrier* const barrier_; member in class:art::jit::FINAL
    [all...]
  /art/runtime/gc/
heap.cc 1390 Barrier* const barrier_; member in class:art::gc::TrimIndirectReferenceTableClosure
    [all...]

Completed in 313 milliseconds