Home
last modified time | relevance | path

Searched refs:perform_operations (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactor_op_queue.hpp115 bool perform_operations(iterator i, op_queue<operation>& ops) in perform_operations() function in asio::detail::reactor_op_queue
138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops) in perform_operations() function in asio::detail::reactor_op_queue
140 return this->perform_operations(operations_.find(descriptor), ops); in perform_operations()
Dposix_fd_set_adapter.hpp94 operations.perform_operations(op_iter, ops); in perform()