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

1 2 3 45 6

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h 437 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h 451 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h 451 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineInstr.h 451 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineInstr.h 451 return hasProperty(MCID::Barrier, Type);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark.cc 156 Barrier start_stop_barrier_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
intrin-impl.h 171 unsigned char Barrier; \
172 __asm__ __volatile__("xchg{b %%| }al, %0" :"=m" (Barrier) : /* no inputs */ : "eax", "memory"); \
389 /* The Barrier functions can never be in the library. Since gcc only
    [all...]
  /art/runtime/native/
sun_misc_Unsafe.cc 71 // Note that the read barrier load does NOT need to be volatile.
75 ReadBarrier::Barrier<mirror::Object, /* kIsVolatile */ false, kWithReadBarrier,
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 339 SDep D(LoadSU, SDep::Barrier);
ScheduleDAGSDNodes.cpp 486 SDep Dep = isChain ? SDep(OpSU, SDep::Barrier)
    [all...]
  /external/python/cpython3/Lib/test/
test_threading.py     [all...]
test_functools.py     [all...]
  /external/python/cpython3/Lib/
threading.py 28 'Barrier', 'BrokenBarrierError', 'Timer', 'ThreadError',
555 # A barrier class. Inspired in part by the pthread_barrier_* api and
561 # We maintain two main states, 'filling' and 'draining' enabling the barrier
566 class Barrier:
567 """Implements a Barrier.
576 """Create a barrier, initialised to 'parties' threads.
579 the threads after they have all entered the barrier and just prior to
592 """Wait for the barrier.
595 simultaneously awoken. If an 'action' was provided for the barrier, one
603 self._enter() # Block while the barrier drains
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 1096 Barrier barrier = new Barrier(3); local
    [all...]
  /art/openjdkjvmti/
ti_stack.cc 43 #include "barrier.h"
288 : barrier(0), stop_input(stop), data(data_) {}
295 barrier.Pass(self);
319 art::Barrier barrier; member in struct:openjdkjvmti::GetAllStackTracesVectorClosure
333 closure.barrier.Increment(self, barrier_count);
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReduction.h 274 Barrier barrier(internal::convert_index<unsigned int>(numblocks));
277 device.enqueue_with_barrier(&barrier, &FullReducerShard<Self, Op, Vectorizable>::run,
289 barrier.Wait();
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py     [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /art/runtime/
thread.cc     [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 101 gc_barrier_(new Barrier(0)),
227 // 1. mutator dirties the card (write barrier)
230 // 4. mutator writes the value (corresponding to the write barrier in 1.)
    [all...]
  /art/runtime/mirror/
object-inl.h 374 // Read barrier is never required for SizeOf since objects sizes are constant. Reading from-space
721 T* result = ReadBarrier::Barrier<T, kIsVolatile, kReadBarrierOption>(
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 86 /// Transform barrier/work_group_barrier/sub_group_barrier
88 /// barrier(flag) =>
480 DemangledName == kOCLBuiltinName::Barrier) {
    [all...]
  /external/tensorflow/tensorflow/contrib/training/python/training/
sequence_queueing_state_saver.py 335 # when switching between dicts and tuples for passing to Barrier.
656 a time, is accessible via `prefetch_op`. The underlying `Barrier` object
657 is accessible via `barrier`. Processed minibatches, as well as
717 **Note**: Usually the barrier is given to a QueueRunner as in the
718 examples above. The QueueRunner will close the barrier if the prefetch_op
720 the end of the input). If the barrier is closed no further new examples
721 are added to the SQSS. The underlying barrier might, however, still
786 the input has been reached (i.e., the underlying barrier has been
805 # The barrier is ignorant of the number of actual examples, since a long
807 # barrier than a short example. Furthermore, we don't have an upper boun
892 def barrier(self): member in class:SequenceQueueingStateSaver
    [all...]

Completed in 980 milliseconds

1 2 3 45 6