OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LIFO_QUEUE
(Results
1 - 3
of
3
) 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
;
/external/openfst/src/include/fst/
queue.h
63
LIFO_QUEUE
= 2, // Last-in, first-out queue
185
LifoQueue() : QueueBase<S>(
LIFO_QUEUE
) {}
609
case
LIFO_QUEUE
:
714
else if ((type == TRIVIAL_QUEUE) || (type ==
LIFO_QUEUE
)) {
719
type =
LIFO_QUEUE
;
/libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java
[
all
...]
Completed in 68 milliseconds