/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactor_op.hpp | 23 class reactor_op class 40 typedef bool (*perform_func_type)(reactor_op*); 42 reactor_op(perform_func_type perform_func, func_type complete_func) in reactor_op() function in asio::detail::reactor_op
|
D | reactor_op_queue.hpp | 34 struct mapped_type : op_queue<reactor_op> 57 bool enqueue_operation(Descriptor descriptor, reactor_op* op) in enqueue_operation() 76 while (reactor_op* op = i->second.front()) in cancel_operations() 119 while (reactor_op* op = i->second.front()) in perform_operations()
|
D | reactive_null_buffers_op.hpp | 28 class reactive_null_buffers_op : public reactor_op 34 : reactor_op(&reactive_null_buffers_op::do_perform, in reactive_null_buffers_op() 40 static bool do_perform(reactor_op*) in do_perform() argument
|
D | reactive_socket_connect_op.hpp | 28 class reactive_socket_connect_op_base : public reactor_op 32 : reactor_op(&reactive_socket_connect_op_base::do_perform, complete_func), in reactive_socket_connect_op_base() 37 static bool do_perform(reactor_op* base) in do_perform()
|
D | reactive_socket_send_op.hpp | 29 class reactive_socket_send_op_base : public reactor_op 35 : reactor_op(&reactive_socket_send_op_base::do_perform, complete_func), in reactive_socket_send_op_base() 42 static bool do_perform(reactor_op* base) in do_perform()
|
D | reactive_socket_recvmsg_op.hpp | 30 class reactive_socket_recvmsg_op_base : public reactor_op 36 : reactor_op(&reactive_socket_recvmsg_op_base::do_perform, complete_func), in reactive_socket_recvmsg_op_base() 44 static bool do_perform(reactor_op* base) in do_perform()
|
D | select_reactor.hpp | 75 per_descriptor_data& descriptor_data, reactor_op* op); 78 void post_immediate_completion(reactor_op* op, bool is_continuation) in post_immediate_completion() 86 per_descriptor_data&, reactor_op* op, bool is_continuation, bool);
|
D | reactive_socket_recv_op.hpp | 29 class reactive_socket_recv_op_base : public reactor_op 35 : reactor_op(&reactive_socket_recv_op_base::do_perform, complete_func), in reactive_socket_recv_op_base() 43 static bool do_perform(reactor_op* base) in do_perform()
|
D | reactive_socket_sendto_op.hpp | 29 class reactive_socket_sendto_op_base : public reactor_op 35 : reactor_op(&reactive_socket_sendto_op_base::do_perform, complete_func), in reactive_socket_sendto_op_base() 43 static bool do_perform(reactor_op* base) in do_perform()
|
D | reactive_socket_recvfrom_op.hpp | 29 class reactive_socket_recvfrom_op_base : public reactor_op 35 : reactor_op(&reactive_socket_recvfrom_op_base::do_perform, complete_func), in reactive_socket_recvfrom_op_base() 44 static bool do_perform(reactor_op* base) in do_perform()
|
D | reactive_socket_accept_op.hpp | 30 class reactive_socket_accept_op_base : public reactor_op 36 : reactor_op(&reactive_socket_accept_op_base::do_perform, complete_func), in reactive_socket_accept_op_base() 45 static bool do_perform(reactor_op* base) in do_perform()
|
D | reactive_socket_service_base.hpp | 418 reactor_op* op, bool is_continuation, bool is_non_blocking, bool noop); 422 reactor_op* op, bool is_continuation, bool peer_is_open); 426 reactor_op* op, bool is_continuation,
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | reactive_socket_service_base.ipp | 198 int op_type, reactor_op* op, bool is_continuation, 218 reactor_op* op, bool is_continuation, bool peer_is_open) 231 reactor_op* op, bool is_continuation,
|
D | select_reactor.ipp | 80 select_reactor::per_descriptor_data&, reactor_op* op) 97 select_reactor::per_descriptor_data&, reactor_op* op,
|