Searched refs:op_queue (Results 1 – 12 of 12) sorted by relevance
23 class op_queue;47 static Operation*& front(op_queue<Operation>& q) in front()53 static Operation*& back(op_queue<Operation>& q) in back()60 class op_queue class65 op_queue() in op_queue() function in asio::detail::op_queue72 ~op_queue() in ~op_queue()118 void push(op_queue<OtherOperation>& q) in push()
34 struct mapped_type : op_queue<reactor_op>70 bool cancel_operations(iterator i, op_queue<operation>& ops, in cancel_operations()93 bool cancel_operations(Descriptor descriptor, op_queue<operation>& ops, in cancel_operations()115 bool perform_operations(iterator i, op_queue<operation>& ops) in perform_operations()138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops) in perform_operations()144 void get_all_operations(op_queue<operation>& ops) in get_all_operations()
111 ASIO_DECL void post_deferred_completions(op_queue<operation>& ops);115 ASIO_DECL void abandon_operations(op_queue<operation>& ops);173 op_queue<operation> op_queue_;
45 virtual void get_ready_timers(op_queue<operation>& ops) = 0;48 virtual void get_all_timers(op_queue<operation>& ops) = 0;
45 ASIO_DECL void get_ready_timers(op_queue<operation>& ops);48 ASIO_DECL void get_all_timers(op_queue<operation>& ops);
57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) in set()87 op_queue<operation>& ops) const in perform()
28 op_queue<task_io_service_operation> private_op_queue;
130 ASIO_DECL void run(bool block, op_queue<operation>& ops);
51 op_queue<operation> ops;132 op_queue<operation> ops;137 void select_reactor::run(bool block, op_queue<operation>& ops)226 op_queue<operation> ops;
81 void timer_queue_set::get_ready_timers(op_queue<operation>& ops)87 void timer_queue_set::get_all_timers(op_queue<operation>& ops)
62 op_queue<operation> ops; in cancel_timer()
274 op_queue<task_io_service::operation>& ops)303 op_queue<task_io_service::operation>& ops)305 op_queue<task_io_service::operation> ops2;