Home
last modified time | relevance | path

Searched refs:sync_queue_is_closed (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/thread/executors/
Dinline_executor.hpp112 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
129 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
147 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
Dthread_executor.hpp119 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
128 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
138 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
Dserial_executor_cont.hpp150 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
157 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
165 if (closed(lk)) BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
Dscheduler.hpp84 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
205 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
/third_party/boost/boost/thread/concurrent_queues/
Dqueue_op_status.hpp30 struct BOOST_SYMBOL_VISIBLE sync_queue_is_closed : std::exception struct
42 using concurrent::sync_queue_is_closed;
Dsync_bounded_queue.hpp404 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in throw_if_closed()
/third_party/boost/libs/thread/example/
Dproducer_consumer_bounded.cpp42 catch(sync_queue_is_closed&) in producer()
65 catch(sync_queue_is_closed&) in consumer()
Dproducer_consumer2.cpp42 catch(sync_queue_is_closed&) in producer()
68 catch(sync_queue_is_closed&) in consumer()
Dproducer_consumer.cpp39 catch(sync_queue_is_closed&) in producer()
65 catch(sync_queue_is_closed&) in consumer()
/third_party/boost/boost/thread/concurrent_queues/detail/
Dsync_queue_base.hpp169 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in throw_if_closed()
177 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in throw_if_closed()
/third_party/boost/libs/thread/doc/
Dsync_queues_ref.qbk132 [[Throws:] [If the queue was closed, throws sync_queue_is_closed. Any exception thrown by the copy …
152 [[Throws:] [If the queue is closed, throws sync_queue_is_closed. Any exception thrown by the copy o…
186 …not empty and not closed. If the queue is empty and closed throws sync_queue_is_closed. Otherwise …
211 …not empty and not closed. If the queue is empty and closed throws sync_queue_is_closed. Otherwise …
276 [[Throws:] [If the queue is closed, throws sync_queue_is_closed. Any exception thrown by the copy o…
388 [[Throws:] [If the queue is closed, throws sync_queue_is_closed. Any exception thrown by the copy o…
828 struct sync_queue_is_closed : std::exception {};
843 [section:sync_queue_is_closed Class `sync_queue_is_closed`]
849 struct sync_queue_is_closed : std::exception {};
Dasync_executors.qbk383 [[Throws:] [sync_queue_is_closed if the thread pool is closed. Whatever exception that can be throw…
402 [[Throws:] [sync_queue_is_closed if the thread pool is closed. Whatever exception that can be throw…
Dchanges.qbk259 * [@http://svn.boost.org/trac/boost/ticket/11817 #11817] 'sync_queue_is_closed' was not declared in…