Searched refs:overflow_mask (Results 1 – 1 of 1) sorted by relevance
99 static constexpr std::uint64_t overflow_mask = ~((1LLU << 32) - 1); variable108 __TBB_ASSERT_EX((r & overflow_mask) == 0, "Overflow is detected"); in add_reference()120 __TBB_ASSERT_EX((r & overflow_mask) == 0, "Overflow is detected"); in continue_execution()