HomeSort by relevance Sort by last modified time
    Searched refs:LIFO_QUEUE (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 59 LIFO_QUEUE = 2, // Last-in, first-out queue
169 LifoQueue() : QueueBase<S>(LIFO_QUEUE) {}
572 case LIFO_QUEUE:
672 else if ((type == TRIVIAL_QUEUE) || (type == LIFO_QUEUE)) {
677 type = LIFO_QUEUE;
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java     [all...]

Completed in 3310 milliseconds