HomeSort by relevance Sort by last modified time
    Searched refs:barrier_ (Results 1 - 9 of 9) 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 51 std::unique_ptr<Barrier> barrier_; member in class:art::MonitorTest
94 monitor_test_->barrier_->Wait(self); // Let the other thread know we're done.
140 monitor_test_->barrier_->Wait(self); // Wait for the other thread to set up the monitor.
178 monitor_test_->barrier_->Wait(self); // Wait for the other thread to set up the monitor.
254 test->barrier_ = std::unique_ptr<Barrier>(new Barrier(2));
cha.cc 252 : barrier_(0),
262 barrier_.Pass(self);
268 barrier_.Increment(self, threads_running_checkpoint);
273 Barrier barrier_; member in class:art::FINAL
thread_list.cc 206 barrier_(0),
229 barrier_.Pass(self);
235 bool timed_out = barrier_.Increment(self, threads_running_checkpoint, kDumpWaitTimeout);
247 Barrier barrier_; member in class:art::FINAL
    [all...]
thread.cc 1451 Barrier barrier_; member in class:art::BarrierClosure
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_allocator_retry_test.cc 124 barrier_.reset(new AlternatingBarrier(num_consumers));
132 barrier_->WaitTurn(i);
137 barrier_->Done(i);
143 barrier_->WaitTurn(i);
147 barrier_->Done(i);
172 std::unique_ptr<AlternatingBarrier> barrier_; member in class:tensorflow::GPUAllocatorRetryTest
  /art/runtime/jit/
jit_code_cache.cc 1135 Barrier* const barrier_; member in class:art::jit::FINAL
    [all...]
  /art/runtime/gc/
heap.cc 1300 Barrier* const barrier_; member in class:art::gc::TrimIndirectReferenceTableClosure
    [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 241 milliseconds