run.sh: set Mac OSX DYLD_LIBRARY_PATH
[model-checker-benchmarks.git] / queue / tags
1 !_TAG_FILE_FORMAT       2       /extended format; --format=1 will not append ;" to lines/
2 !_TAG_FILE_SORTED       1       /0=unsorted, 1=sorted, 2=foldcase/
3 !_TAG_PROGRAM_AUTHOR    Darren Hiebert  /dhiebert@users.sourceforge.net/
4 !_TAG_PROGRAM_NAME      Exuberant Ctags //
5 !_TAG_PROGRAM_URL       http://ctags.sourceforge.net    /official site/
6 !_TAG_PROGRAM_VERSION   5.9~svn20110310 //
7 ARRAY_LOCK_FREE_Q_DEFAULT_SIZE  array_lock_free_queue.h 45;"    d
8 ARRAY_LOCK_FREE_Q_DEFAULT_SIZE  array_lock_free_queue_single_producer.h 49;"    d
9 ARRAY_LOCK_FREE_Q_KEEP_REAL_SIZE        array_lock_free_queue.h 50;"    d
10 ARRAY_LOCK_FREE_Q_KEEP_REAL_SIZE        array_lock_free_queue_single_producer.h 54;"    d
11 ArrayLockFreeQueue      array_lock_free_queue.h /^class ArrayLockFreeQueue$/;"  c
12 ArrayLockFreeQueue      array_lock_free_queue_impl.h    /^ArrayLockFreeQueue<ELEM_T, Q_SIZE>::ArrayLockFreeQueue() :$/;"        f       class:ArrayLockFreeQueue
13 ArrayLockFreeQueueSingleProducer        array_lock_free_queue_single_producer.h /^class ArrayLockFreeQueueSingleProducer$/;"    c
14 ArrayLockFreeQueueSingleProducer        array_lock_free_queue_single_producer_impl.h    /^ArrayLockFreeQueueSingleProducer<ELEM_T, Q_SIZE>::ArrayLockFreeQueueSingleProducer() :$/;"    f       class:ArrayLockFreeQueueSingleProducer
15 AtomicAdd       atomic_ops.h    51;"    d
16 AtomicAdd       atomic_ops.h    87;"    d
17 AtomicSub       atomic_ops.h    55;"    d
18 AtomicSub       atomic_ops.h    91;"    d
19 BLOCKING_QUEUE_DEFAULT_MAX_SIZE g_blocking_queue.h      49;"    d
20 BLOCKING_Q_INCLUDE      makefile        /^BLOCKING_Q_INCLUDE = \\$/;"   m
21 BlockingQueue   g_blocking_queue.h      /^class BlockingQueue$/;"       c
22 BlockingQueue   g_blocking_queue_impl.h /^BlockingQueue<T>::BlockingQueue(std::size_t a_maxSize) :$/;"  f       class:BlockingQueue
23 CAS     atomic_ops.h    60;"    d
24 CAS     atomic_ops.h    96;"    d
25 CASVal  atomic_ops.h    101;"   d
26 CASVal  atomic_ops.h    65;"    d
27 CC      makefile        /^CC      = g++$/;"     m
28 CFLAGS_GTHREAD  makefile        /^CFLAGS_GTHREAD = `pkg-config gthread-2.0`$/;" m
29 IsEmpty g_blocking_queue_impl.h /^bool BlockingQueue<T>::IsEmpty()$/;"  f       class:BlockingQueue
30 LDFLAGS_GTHREAD makefile        /^LDFLAGS_GTHREAD = `pkg-config --libs gthread-2.0`$/;" m
31 LOCK_FREE_Q_INCLUDE     makefile        /^LOCK_FREE_Q_INCLUDE = \\$/;"  m
32 LOCK_FREE_SINGLE_PRODUCER_Q_INCLUDE     makefile        /^LOCK_FREE_SINGLE_PRODUCER_Q_INCLUDE = \\$/;"  m
33 NANOSECONDS_PER_SECOND  g_blocking_queue_impl.h 47;"    d
34 N_CONSUMERS     test_blocking_q.cpp     17;"    d       file:
35 N_CONSUMERS     test_lock_free_q.cpp    17;"    d       file:
36 N_CONSUMERS     test_lock_free_single_producer_q.cpp    13;"    d       file:
37 N_ITERATIONS    test_blocking_q.cpp     21;"    d       file:
38 N_ITERATIONS    test_lock_free_q.cpp    21;"    d       file:
39 N_ITERATIONS    test_lock_free_single_producer_q.cpp    17;"    d       file:
40 N_PRODUCERS     test_blocking_q.cpp     13;"    d       file:
41 N_PRODUCERS     test_lock_free_q.cpp    13;"    d       file:
42 Pop     g_blocking_queue_impl.h /^void BlockingQueue<T>::Pop(T &out_data)$/;"   f       class:BlockingQueue
43 Push    g_blocking_queue_impl.h /^bool BlockingQueue<T>::Push(const T &a_elem)$/;"      f       class:BlockingQueue
44 QUEUE_SIZE      test_blocking_q.cpp     25;"    d       file:
45 QUEUE_SIZE      test_lock_free_q.cpp    25;"    d       file:
46 QUEUE_SIZE      test_lock_free_single_producer_q.cpp    21;"    d       file:
47 SHARED_INCLUDE  makefile        /^SHARED_INCLUDE = \\$/;"       m
48 TestBlockingQueue       test_blocking_q.cpp     /^void TestBlockingQueue()$/;"  f
49 TestLockFreeQueue       test_lock_free_q.cpp    /^void TestLockFreeQueue()$/;"  f
50 TestLockFreeQueue       test_lock_free_single_producer_q.cpp    /^void TestLockFreeQueue()$/;"  f
51 TimedWaitPop    g_blocking_queue_impl.h /^bool BlockingQueue<T>::TimedWaitPop(T &data, glong microsecs)$/;"     f       class:BlockingQueue
52 TryPop  g_blocking_queue_impl.h /^bool BlockingQueue<T>::TryPop(T &out_data)$/;"        f       class:BlockingQueue
53 TryPush g_blocking_queue_impl.h /^bool BlockingQueue<T>::TryPush(const T &a_elem)$/;"   f       class:BlockingQueue
54 _GBLOCKINGQUEUEIMPL_H_  g_blocking_queue_impl.h 43;"    d
55 _GBLOCKINGQUEUE_H_      g_blocking_queue.h      43;"    d
56 __ARRAY_LOCK_FREE_QUEUE_H__     array_lock_free_queue.h 40;"    d
57 __ARRAY_LOCK_FREE_QUEUE_IMPL_H__        array_lock_free_queue_impl.h    40;"    d
58 __ARRAY_LOCK_FREE_QUEUE_SINGLE_PRODUCER_H__     array_lock_free_queue_single_producer.h 44;"    d
59 __ARRAY_LOCK_FREE_QUEUE_SINGLE_PRODUCER_IMPL_H__        array_lock_free_queue_single_producer_impl.h    40;"    d
60 __ATOMIC_OPS_H  atomic_ops.h    41;"    d
61 atomic32        atomic_ops.h    /^typedef atomic_uint atomic32;$/;"     t
62 atomic32        atomic_ops.h    /^typedef volatile uint32 atomic32;$/;" t
63 countToIndex    array_lock_free_queue_impl.h    /^uint32_t ArrayLockFreeQueue<ELEM_T, Q_SIZE>::countToIndex(uint32_t a_count)$/;"       f       class:ArrayLockFreeQueue
64 countToIndex    array_lock_free_queue_single_producer_impl.h    /^uint32_t ArrayLockFreeQueueSingleProducer<ELEM_T, Q_SIZE>::countToIndex(uint32_t a_count)$/;" f       class:ArrayLockFreeQueueSingleProducer
65 m_cond  g_blocking_queue.h      /^    GCond*  m_cond;$/;"       m       class:BlockingQueue
66 m_count array_lock_free_queue.h /^    atomic32 m_count;$/;"     m       class:ArrayLockFreeQueue
67 m_count array_lock_free_queue_single_producer.h /^    atomic32 m_count;$/;"     m       class:ArrayLockFreeQueueSingleProducer
68 m_maximumReadIndex      array_lock_free_queue.h /^    atomic32 m_maximumReadIndex;$/;"  m       class:ArrayLockFreeQueue
69 m_maximumSize   g_blocking_queue.h      /^    std::size_t m_maximumSize;$/;"    m       class:BlockingQueue
70 m_mutex g_blocking_queue.h      /^    GMutex* m_mutex;$/;"      m       class:BlockingQueue
71 m_readIndex     array_lock_free_queue.h /^    atomic32 m_readIndex;$/;" m       class:ArrayLockFreeQueue
72 m_readIndex     array_lock_free_queue_single_producer.h /^    atomic32 m_readIndex;$/;" m       class:ArrayLockFreeQueueSingleProducer
73 m_theQueue      array_lock_free_queue.h /^    ELEM_T m_theQueue[Q_SIZE];$/;"    m       class:ArrayLockFreeQueue
74 m_theQueue      array_lock_free_queue_single_producer.h /^    ELEM_T m_theQueue[Q_SIZE];$/;"    m       class:ArrayLockFreeQueueSingleProducer
75 m_theQueue      g_blocking_queue.h      /^    std::queue<T> m_theQueue;$/;"     m       class:BlockingQueue
76 m_writeIndex    array_lock_free_queue.h /^    atomic32 m_writeIndex;$/;"        m       class:ArrayLockFreeQueue
77 m_writeIndex    array_lock_free_queue_single_producer.h /^    atomic32 m_writeIndex;$/;"        m       class:ArrayLockFreeQueueSingleProducer
78 main    test_blocking_q.cpp     /^int main(int \/*argc*\/, char** \/*argv*\/)$/;"       f
79 main    test_lock_free_q.cpp    /^int main(int \/*argc*\/, char** \/*argv*\/)$/;"       f
80 main    test_lock_free_single_producer_q.cpp    /^int main(int \/*argc*\/, char** \/*argv*\/)$/;"       f
81 pop     array_lock_free_queue_impl.h    /^bool ArrayLockFreeQueue<ELEM_T, Q_SIZE>::pop(ELEM_T &a_data)$/;"      f       class:ArrayLockFreeQueue
82 pop     array_lock_free_queue_single_producer_impl.h    /^bool ArrayLockFreeQueueSingleProducer<ELEM_T, Q_SIZE>::pop(ELEM_T &a_data)$/;"        f       class:ArrayLockFreeQueueSingleProducer
83 push    array_lock_free_queue_impl.h    /^bool ArrayLockFreeQueue<ELEM_T, Q_SIZE>::push(const ELEM_T &a_data)$/;"       f       class:ArrayLockFreeQueue
84 push    array_lock_free_queue_single_producer_impl.h    /^bool ArrayLockFreeQueueSingleProducer<ELEM_T, Q_SIZE>::push(const ELEM_T &a_data)$/;" f       class:ArrayLockFreeQueueSingleProducer
85 size    array_lock_free_queue_impl.h    /^uint32_t ArrayLockFreeQueue<ELEM_T, Q_SIZE>::size()$/;"       f       class:ArrayLockFreeQueue
86 size    array_lock_free_queue_single_producer_impl.h    /^uint32_t ArrayLockFreeQueueSingleProducer<ELEM_T, Q_SIZE>::size()$/;" f       class:ArrayLockFreeQueueSingleProducer
87 ~ArrayLockFreeQueue     array_lock_free_queue_impl.h    /^ArrayLockFreeQueue<ELEM_T, Q_SIZE>::~ArrayLockFreeQueue()$/;" f       class:ArrayLockFreeQueue
88 ~ArrayLockFreeQueueSingleProducer       array_lock_free_queue_single_producer_impl.h    /^ArrayLockFreeQueueSingleProducer<ELEM_T, Q_SIZE>::~ArrayLockFreeQueueSingleProducer()$/;"     f       class:ArrayLockFreeQueueSingleProducer
89 ~BlockingQueue  g_blocking_queue_impl.h /^BlockingQueue<T>::~BlockingQueue()$/;"        f       class:BlockingQueue