Searched refs:has_been_closed (Results 1 – 4 of 4) sorted by relevance
152 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in wait_pull_front() local153 if (has_been_closed) return queue_op_status::closed; in wait_pull_front()187 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull_front() local188 if (has_been_closed) super::throw_if_closed(lk); in pull_front()197 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull_front() local198 if (has_been_closed) super::throw_if_closed(lk); in pull_front()
152 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in wait_pull() local153 if (has_been_closed) return queue_op_status::closed; in wait_pull()187 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull() local188 if (has_been_closed) super::throw_if_closed(lk); in pull()197 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull() local198 if (has_been_closed) super::throw_if_closed(lk); in pull()
252 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull() local253 if (has_been_closed) super::throw_if_closed(lk); in pull()273 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull() local274 if (has_been_closed) super::throw_if_closed(lk); in pull()338 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in wait_pull() local339 if (has_been_closed) return queue_op_status::closed; in wait_pull()
344 const bool has_been_closed = wait_to_pull(lk); in pull() local345 if (has_been_closed) super::throw_if_closed(lk); in pull()374 const bool has_been_closed = wait_to_pull(lk); in pull() local375 if (has_been_closed) super::throw_if_closed(lk); in pull()440 const bool has_been_closed = wait_to_pull(lk); in wait_pull() local441 if (has_been_closed) return queue_op_status::closed; in wait_pull()