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

12 3 4 5 6

  /art/runtime/
read_barrier.h 44 // Enable the read barrier checks. This is slow and happens very often. Do not enable in
48 // Return the reference at ref_addr, invoking read barrier as appropriate.
56 ALWAYS_INLINE static MirrorType* Barrier(
94 // Without the holder object, and only with the read barrier configuration (no-op otherwise).
113 // subsequent load to prevent the reordering of the read barrier bit load and the subsequent
119 // This uses a load-acquire to load the read barrier bit internally to prevent the reordering of
120 // the read barrier bit load and the subsequent load.
thread_pool.h 23 #include "barrier.h"
166 Barrier creation_barier_;
thread_list.h 20 #include "barrier.h"
115 // in-flight mutator heap access (eg. a read barrier.) Runnable threads will respond by
116 // decrementing the empty checkpoint barrier count. This works even when the weak ref access is
180 Barrier* EmptyCheckpointBarrier() {
236 std::unique_ptr<Barrier> empty_checkpoint_barrier_;
  /external/valgrind/drd/tests/
bar_bad_xml.stderr.exp 32 initialise a barrier with zero count
37 <what>pthread_barrier_init: 'count' argument is zero: barrier 0x........</what>
59 initialise a barrier twice
64 <what>Barrier reinitialization: barrier 0x........</what>
84 <what>barrier</what>
108 initialise a barrier which has threads waiting on it
113 <what>Barrier reinitialization: barrier 0x........</what>
133 <what>barrier</what
    [all...]
tsan_thread_wrappers_pthread.h 554 class Barrier{
556 explicit Barrier(int n_threads) {CHECK(0 == pthread_barrier_init(&b_, 0, n_threads));}
557 ~Barrier() {CHECK(0 == pthread_barrier_destroy(&b_));}
559 // helgrind 3.3.0 does not have an interceptor for barrier.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
barrier-thumb.d 2 #name: Barrier Instruction Operands (Thumb)
3 #source: barrier.s
8 # Test Barrier Instruction Operands
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_thread.py 134 class Barrier:
162 self.bar = Barrier(NUMTASKS)
174 # barrier before the others are all out
185 verbose_print("task %s leaving barrier" % ident)
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 103 Barrier,
219 bool isBarrier() const { return Flags & (1 << MCID::Barrier); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
247 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
247 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
247 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
256 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
256 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
256 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
256 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
247 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
247 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
247 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
256 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
256 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
256 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 127 Barrier,
256 bool isBarrier() const { return Flags & (1ULL << MCID::Barrier); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 70 Barrier, ///< An unknown scheduling barrier.
174 /// Tests if this is an Order dependence that is marked as a barrier.
176 return getKind() == Order && Contents.OrdKind == Barrier;
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
387 SDep Dep(SU, SDep::Barrier);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 70 Barrier, ///< An unknown scheduling barrier.
174 /// Tests if this is an Order dependence that is marked as a barrier.
176 return getKind() == Order && Contents.OrdKind == Barrier;
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
387 SDep Dep(SU, SDep::Barrier);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 70 Barrier, ///< An unknown scheduling barrier.
174 /// Tests if this is an Order dependence that is marked as a barrier.
176 return getKind() == Order && Contents.OrdKind == Barrier;
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
387 SDep Dep(SU, SDep::Barrier);

Completed in 1291 milliseconds

12 3 4 5 6