HomeSort by relevance Sort by last modified time
    Searched defs:Generation (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 113 * Each use of the barrier is represented as a generation instance.
114 * The generation changes whenever the barrier is tripped, or
120 * There need not be an active generation if there has been a break
123 private static class Generation {
135 /** The current generation */
136 private Generation generation = new Generation(); field in class:CyclicBarrier
140 * on each generation. It is reset to parties on each new
141 * generation or when broken
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 75 enum Generation {
  /external/clang/include/clang/Basic/
Module.h 512 VisibleModuleSet() : Generation(0) {}
514 : ImportLocs(std::move(O.ImportLocs)), Generation(O.Generation ? 1 : 0) {
516 ++O.Generation;
520 /// empty and bump the generation on both.
524 ++O.Generation;
525 ++Generation;
529 /// \brief Get the current visibility generation. Incremented each time the
531 unsigned getGeneration() const { return Generation; }
564 /// Visibility generation, bumped every time the visibility state changes
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 37 enum Generation {
66 Generation Gen;
134 Generation getGeneration() const {
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 289 /// keep track of a generation count of the read, which is compared against
290 /// the current generation count. The current generation count is incremented
293 /// events (such as fences or atomic instructions) increment the generation
300 unsigned Generation;
304 : Data(nullptr), Generation(0), MatchingId(-1), IsAtomic(false) {}
305 LoadValue(Value *Data, unsigned Generation, unsigned MatchingId,
307 : Data(Data), Generation(Generation), MatchingId(MatchingId),
320 /// It uses the same generation count as loads
    [all...]
  /external/clang/include/clang/Serialization/
Module.h 102 ModuleFile(ModuleKind Kind, unsigned Generation);
162 /// \brief The generation of which this module file is a part.
163 unsigned Generation;
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 496 milliseconds