HomeSort by relevance Sort by last modified time
    Searched refs:Barrier (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /external/python/cpython3/Lib/test/test_importlib/
test_locks.py 76 barrier = threading.Barrier(NTHREADS)
92 barrier.wait()
  /external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp 430 << " barrier();\n"
553 // barrier
613 // barrier
669 // barrier
692 // barrier
808 // barrier
833 // barrier
897 struct Barrier
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorExecutor.h 173 Barrier barrier(numblocks);
176 &barrier, &EvalRange<Evaluator, Index, Vectorizable>::run,
183 barrier.Wait();
  /art/runtime/
thread_list.cc 82 empty_checkpoint_barrier_(new Barrier(0)) {
246 // The barrier to be passed through and for the requestor to wait upon.
247 Barrier barrier_;
411 Barrier* barrier = empty_checkpoint_barrier_.get(); local
412 barrier->Init(self, 0);
420 // This thread will run an empty checkpoint (decrement the empty checkpoint barrier)
460 first_iter = false; // Don't add to the barrier count from the second iteration on.
461 bool timed_out = barrier->Increment(self, barrier_count, kEmptyCheckpointPeriodicTimeoutMs);
470 ss << "Barrier count " << barrier->GetCount(self) << "\n"
    [all...]
cha.cc 272 // The barrier to be passed through and for the requestor to wait upon.
273 Barrier barrier_;
  /external/valgrind/drd/tests/
tsan_unittest.cpp 971 // test16: FP. Barrier (emulated by CV), 2 threads. {{{1
1011 // ANNOTATE_EXPECT_RACE(&GLOB, "test16. FP. Fixed by MSMProp1 + Barrier support.");
1023 // test17: FP. Barrier (emulated by CV), 3 threads. {{{1
1045 // ANNOTATE_EXPECT_RACE(&GLOB, "test17. FP. Fixed by MSMProp1 + Barrier support.");
7548 Barrier *barrier[ITERATIONS]; member in namespace:test506
    [all...]
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 402 ReadBarrier::Barrier<mirror::Object, /* kIsVolatile */ false, kReadBarrierOption>(
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 259 struct BarrierOp Barrier;
295 Barrier = o.Barrier;
366 return Barrier.Val;
371 return StringRef(Barrier.Data, Barrier.Length);
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]
  /art/runtime/jit/
jit_code_cache.cc 511 // This does not need a read barrier because this is called by GC.
516 // This does not need a read barrier because this is called by GC.
540 // This does not need a read barrier because this is called by GC.
711 // Don't do any read barrier, as the declaring class of `method` may
    [all...]
  /external/google-benchmark/src/
benchmark.cc 156 Barrier start_stop_barrier_;
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 156 Barrier start_stop_barrier_;
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 445 return hasProperty(MCID::Barrier, Type);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 34 SUnits[su].addPred(SDep(LastSequentialCall, SDep::Barrier));
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 152 const static char Barrier[] = "barrier";
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 432 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h 437 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h 437 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h 451 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h 451 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineInstr.h 451 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineInstr.h 451 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 432 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h 437 return hasProperty(MCID::Barrier, Type);
    [all...]

Completed in 643 milliseconds

1 2 34 5 6