Searched refs:perform_operations (Results 1 – 2 of 2) sorted by relevance
115 bool perform_operations(iterator i, op_queue<operation>& ops) in perform_operations() function in asio::detail::reactor_op_queue138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops) in perform_operations() function in asio::detail::reactor_op_queue140 return this->perform_operations(operations_.find(descriptor), ops); in perform_operations()
94 operations.perform_operations(op_iter, ops); in perform()