Home | History | Annotate | Download | only in common

Lines Matching refs:operation

112 Operation::Operation (const char* name)
118 Operation::~Operation (void)
122 void Operation::execute (Thread& thread)
133 // Try execute operation
189 void Thread::addOperation (Operation* operation)
191 m_operations.push_back(operation);
199 // Reserve at least two messages for each operation
259 : Operation ("CompareData")