Home | History | Annotate | Download | only in executor

Lines Matching refs:CallQueue

39 class CallQueue;
42 // \todo [2012-07-10 pyry] CallQueue API could be improved to match TestLog API more closely.
86 CallWriter (CallQueue* queue, Call::Function function);
96 CallQueue* m_queue;
101 class CallQueue
104 CallQueue (void);
105 ~CallQueue (void);
114 CallQueue (const CallQueue& other);
115 CallQueue& operator= (const CallQueue& other);