Home
last modified time | relevance | path

Searched refs:op_queue (Results 1 – 12 of 12) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dop_queue.hpp23 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 class
65 op_queue() in op_queue() function in asio::detail::op_queue
72 ~op_queue() in ~op_queue()
118 void push(op_queue<OtherOperation>& q) in push()
Dreactor_op_queue.hpp34 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()
Dtask_io_service.hpp111 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_;
Dtimer_queue_base.hpp45 virtual void get_ready_timers(op_queue<operation>& ops) = 0;
48 virtual void get_all_timers(op_queue<operation>& ops) = 0;
Dtimer_queue_set.hpp45 ASIO_DECL void get_ready_timers(op_queue<operation>& ops);
48 ASIO_DECL void get_all_timers(op_queue<operation>& ops);
Dposix_fd_set_adapter.hpp57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) in set()
87 op_queue<operation>& ops) const in perform()
Dtask_io_service_thread_info.hpp28 op_queue<task_io_service_operation> private_op_queue;
Dselect_reactor.hpp130 ASIO_DECL void run(bool block, op_queue<operation>& ops);
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dselect_reactor.ipp51 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;
Dtimer_queue_set.ipp81 void timer_queue_set::get_ready_timers(op_queue<operation>& ops)
87 void timer_queue_set::get_all_timers(op_queue<operation>& ops)
Dselect_reactor.hpp62 op_queue<operation> ops; in cancel_timer()
Dtask_io_service.ipp274 op_queue<task_io_service::operation>& ops)
303 op_queue<task_io_service::operation>& ops)
305 op_queue<task_io_service::operation> ops2;