Home | History | Annotate | Download | only in detail

Lines Matching refs:ops

70   bool cancel_operations(iterator i, op_queue<operation>& ops,
80 ops.push(op);
93 bool cancel_operations(Descriptor descriptor, op_queue<operation>& ops,
97 return this->cancel_operations(operations_.find(descriptor), ops, ec);
115 bool perform_operations(iterator i, op_queue<operation>& ops)
124 ops.push(op);
138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops)
140 return this->perform_operations(operations_.find(descriptor), ops);
144 void get_all_operations(op_queue<operation>& ops)
150 ops.push(op_iter->second);