Home
last modified time | relevance | path

Searched refs:overflow_mask (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_task.h99 static constexpr std::uint64_t overflow_mask = ~((1LLU << 32) - 1); variable
108 __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()