Home
last modified time | relevance | path

Searched refs:reactor_op (Results 1 – 14 of 14) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactor_op.hpp23 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
Dreactor_op_queue.hpp34 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()
Dreactive_null_buffers_op.hpp28 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
Dreactive_socket_connect_op.hpp28 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()
Dreactive_socket_send_op.hpp29 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()
Dreactive_socket_recvmsg_op.hpp30 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()
Dselect_reactor.hpp75 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);
Dreactive_socket_recv_op.hpp29 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()
Dreactive_socket_sendto_op.hpp29 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()
Dreactive_socket_recvfrom_op.hpp29 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()
Dreactive_socket_accept_op.hpp30 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()
Dreactive_socket_service_base.hpp418 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/
Dreactive_socket_service_base.ipp198 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,
Dselect_reactor.ipp80 select_reactor::per_descriptor_data&, reactor_op* op)
97 select_reactor::per_descriptor_data&, reactor_op* op,