HomeSort by relevance Sort by last modified time
    Searched full:op_queue (Results 1 - 13 of 13) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
op_queue.hpp 2 // detail/op_queue.hpp
23 class op_queue;
47 static Operation*& front(op_queue<Operation>& q)
53 static Operation*& back(op_queue<Operation>& q)
60 class op_queue class in namespace:asio::detail
65 op_queue() function in class:asio::detail::op_queue
72 ~op_queue()
118 void push(op_queue<OtherOperation>& q)
task_io_service_thread_info.hpp 15 #include "asio/detail/op_queue.hpp"
28 op_queue<task_io_service_operation> private_op_queue;
timer_queue_base.hpp 17 #include "asio/detail/op_queue.hpp"
45 virtual void get_ready_timers(op_queue<operation>& ops) = 0;
48 virtual void get_all_timers(op_queue<operation>& ops) = 0;
reactor_op_queue.hpp 18 #include "asio/detail/op_queue.hpp"
34 struct mapped_type : op_queue<reactor_op>
70 bool cancel_operations(iterator i, op_queue<operation>& ops,
93 bool cancel_operations(Descriptor descriptor, op_queue<operation>& ops,
115 bool perform_operations(iterator i, op_queue<operation>& ops)
138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops)
144 void get_all_operations(op_queue<operation>& ops)
timer_queue_set.hpp 45 ASIO_DECL void get_ready_timers(op_queue<operation>& ops);
48 ASIO_DECL void get_all_timers(op_queue<operation>& ops);
posix_fd_set_adapter.hpp 57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops)
87 op_queue<operation>& ops) const
task_io_service.hpp 24 #include "asio/detail/op_queue.hpp"
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_;
task_io_service_operation.hpp 17 #include "asio/detail/op_queue.hpp"
select_reactor.hpp 23 #include "asio/detail/op_queue.hpp"
130 ASIO_DECL void run(bool block, op_queue<operation>& ops);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
timer_queue_set.ipp 81 void timer_queue_set::get_ready_timers(op_queue<operation>& ops)
87 void timer_queue_set::get_all_timers(op_queue<operation>& ops)
select_reactor.ipp 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;
select_reactor.hpp 62 op_queue<operation> ops;
task_io_service.ipp 274 op_queue<task_io_service::operation>& ops)
303 op_queue<task_io_service::operation>& ops)
305 op_queue<task_io_service::operation> ops2;

Completed in 189 milliseconds