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

  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 105 * Each use of the barrier is represented as a generation instance.
106 * The generation changes whenever the barrier is tripped, or
112 * There need not be an active generation if there has been a break
115 private static class Generation {
127 /** The current generation */
128 private Generation generation = new Generation(); field in class:CyclicBarrier
132 * on each generation. It is reset to parties on each new
133 * generation or when broken
    [all...]
  /external/clang/include/clang/Serialization/
Module.h 66 ModuleFile(ModuleKind Kind, unsigned Generation);
81 /// \brief The generation of which this module file is a part.
82 unsigned Generation;
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 56 milliseconds