| 2140 | } |
| 2141 | |
| 2142 | MOODYCAMEL_CONSTEXPR_IF (MOODYCAMEL_NOEXCEPT_CTOR(T, decltype(*itemFirst), new (static_cast<T*>(nullptr)) T(details::deref_noexcept(itemFirst)))) { |
| 2143 | blockIndex.load(std::memory_order_relaxed)->front.store((pr_blockIndexFront - 1) & (pr_blockIndexSize - 1), std::memory_order_release); |
| 2144 | } |
| 2145 | } |
| 2146 | |
| 2147 | // Enqueue, one block at a time |
no outgoing calls
no test coverage detected