| 2155 | } |
| 2156 | |
| 2157 | MOODYCAMEL_CONSTEXPR_IF (MOODYCAMEL_NOEXCEPT_CTOR(T, decltype(*itemFirst), new (static_cast<T*>(nullptr)) T(details::deref_noexcept(itemFirst)))) { |
| 2158 | blockIndex.load(std::memory_order_relaxed)->front.store((pr_blockIndexFront - 1) & (pr_blockIndexSize - 1), std::memory_order_release); |
| 2159 | } |
| 2160 | } |
| 2161 | |
| 2162 | // Enqueue, one block at a time |
no test coverage detected