Searched refs:throw_if_closed (Results 1 – 7 of 7) sorted by relevance
86 inline void throw_if_closed(unique_lock<mutex>&);87 inline void throw_if_closed(lock_guard<mutex>&);165 void sync_queue_base<ValueType, Queue>::throw_if_closed(unique_lock<mutex>& lk) in throw_if_closed() function in boost::concurrent::detail::sync_queue_base173 void sync_queue_base<ValueType, Queue>::throw_if_closed(lock_guard<mutex>& lk) in throw_if_closed() function in boost::concurrent::detail::sync_queue_base
86 inline void throw_if_closed(unique_lock<mutex>&);87 inline void throw_if_closed(lock_guard<mutex>&);165 void sync_deque_base<ValueType, Queue>::throw_if_closed(unique_lock<mutex>& lk) in throw_if_closed() function in boost::concurrent::detail::sync_deque_base173 void sync_deque_base<ValueType, Queue>::throw_if_closed(lock_guard<mutex>& lk) in throw_if_closed() function in boost::concurrent::detail::sync_deque_base
175 super::throw_if_closed(lk); in push()182 super::throw_if_closed(lk); in push()197 super::throw_if_closed(lk); in push()204 super::throw_if_closed(lk); in push()253 if (has_been_closed) super::throw_if_closed(lk); in pull()274 if (has_been_closed) super::throw_if_closed(lk); in pull()
133 inline void throw_if_closed(unique_lock<mutex>&);326 throw_if_closed(lk); in try_pull()337 throw_if_closed(lk); in try_pull()400 void sync_bounded_queue<ValueType>::throw_if_closed(unique_lock<mutex>&) in throw_if_closed() function in boost::concurrent::sync_bounded_queue414 throw_if_closed(lk); in wait_until_not_empty()504 throw_if_closed(lk); in try_push()580 throw_if_closed(lk); in wait_until_not_full()610 throw_if_closed(lk); in try_push()
188 if (has_been_closed) super::throw_if_closed(lk); in pull_front()198 if (has_been_closed) super::throw_if_closed(lk); in pull_front()244 super::throw_if_closed(lk); in push_back()293 super::throw_if_closed(lk); in push_back()
188 if (has_been_closed) super::throw_if_closed(lk); in pull()198 if (has_been_closed) super::throw_if_closed(lk); in pull()244 super::throw_if_closed(lk); in push()293 super::throw_if_closed(lk); in push()
345 if (has_been_closed) super::throw_if_closed(lk); in pull()375 if (has_been_closed) super::throw_if_closed(lk); in pull()