Searched refs:queue_front (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/asio/example/cpp14/executors/ |
D | pipeline.cpp | 80 template <class> friend class queue_front; 92 template <class> friend class queue_front; 99 class queue_front class 104 explicit queue_front(std::shared_ptr<queue_impl<T>> impl) in queue_front() function in queue_front 187 queue_front<output_value_type> out(out_impl); in pipeline() 215 queue_front<output_value_type> out(out_impl); in pipeline() 243 void reader(queue_front<std::string> out) in reader() 250 void filter(queue_back<std::string> in, queue_front<std::string> out) in filter() 258 void upper(queue_back<std::string> in, queue_front<std::string> out) in upper()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/ |
D | pipeline.cpp | 97 template <class> friend class queue_front; 109 template <class> friend class queue_front; 116 class queue_front class 121 explicit queue_front(std::shared_ptr<queue_impl<T>> impl) in queue_front() function in queue_front 195 queue_front<output_value_type> out(out_impl); in pipeline() 221 queue_front<output_value_type> out(out_impl); in pipeline() 247 void reader(queue_front<std::string> out) in reader() 254 void filter(queue_back<std::string> in, queue_front<std::string> out) in filter() 262 void upper(queue_back<std::string> in, queue_front<std::string> out) in upper()
|
/third_party/boost/libs/asio/example/cpp11/executors/ |
D | pipeline.cpp | 97 template <class> friend class queue_front; 109 template <class> friend class queue_front; 116 class queue_front class 121 explicit queue_front(std::shared_ptr<queue_impl<T>> impl) in queue_front() function in queue_front 195 queue_front<output_value_type> out(out_impl); in pipeline() 221 queue_front<output_value_type> out(out_impl); in pipeline() 247 void reader(queue_front<std::string> out) in reader() 254 void filter(queue_back<std::string> in, queue_front<std::string> out) in filter() 262 void upper(queue_back<std::string> in, queue_front<std::string> out) in upper()
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/queue_views/ |
D | single_thread_pass.cpp | 60 boost::queue_front<int> q(sq); in main() 71 boost::queue_front<int> q(sq); in main() 237 boost::queue_front<int> q(sq); in main() 251 boost::queue_front<non_copyable> q(sq); in main() 266 boost::queue_front<int> q(sq); in main() 279 boost::queue_front<non_copyable> q(sq); in main() 293 boost::queue_front<int> q(sq); in main() 307 boost::queue_front<non_copyable> q(sq); in main() 322 boost::queue_front<int> q(sq); in main() 336 boost::queue_front<non_copyable> q(sq); in main() [all …]
|
/third_party/boost/libs/thread/example/ |
D | producer_consumer2.cpp | 54 boost::queue_front<int> sbq) in consumer() 77 void consumer2(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer2() 97 void consumer3(the_ostream &/*mos*/, boost::queue_front<int> sbq) in consumer3() 138 … scoped_thread<> t2(boost::thread(consumer, boost::ref(mcout), concurrent::queue_front<int>(sbq))); in main()
|
/third_party/boost/boost/thread/concurrent_queues/ |
D | queue_views.hpp | 96 using queue_front = queue_front_view<queue_base<T> > ; typedef 107 struct queue_front : queue_front_view<queue_base<T> > struct 110 queue_front(queue_base<T>& q) BOOST_NOEXCEPT : base_type(q) {} in queue_front() argument 136 using concurrent::queue_front;
|
/third_party/boost/libs/thread/doc/ |
D | sync_queues_ref.qbk | 744 using queue_front = queue_front_view<queue_base<T>>;
|