Searched refs:sync_queue_is_closed (Results 1 – 13 of 13) sorted by relevance
112 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()
119 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()
150 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()
84 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()205 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in submit()
30 struct BOOST_SYMBOL_VISIBLE sync_queue_is_closed : std::exception struct42 using concurrent::sync_queue_is_closed;
404 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in throw_if_closed()
42 catch(sync_queue_is_closed&) in producer()65 catch(sync_queue_is_closed&) in consumer()
42 catch(sync_queue_is_closed&) in producer()68 catch(sync_queue_is_closed&) in consumer()
39 catch(sync_queue_is_closed&) in producer()65 catch(sync_queue_is_closed&) in consumer()
169 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in throw_if_closed()177 BOOST_THROW_EXCEPTION( sync_queue_is_closed() ); in throw_if_closed()
132 [[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 {};
383 [[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…
259 * [@http://svn.boost.org/trac/boost/ticket/11817 #11817] 'sync_queue_is_closed' was not declared in…