Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp152 std::size_t& mcct = MoveOperationTracker::move_ctor_called_times; in init() local
156 mcct = ccct = cact = mact = 0; in init()
324 std::size_t& mcct = MoveOperationTracker::move_ctor_called_times; in test_move_support_in_push_pop() local
328 mcct = ccct = cact = mact = 0; in test_move_support_in_push_pop()
332 REQUIRE_MESSAGE(mcct == 0, "Value must be zero-initialized"); in test_move_support_in_push_pop()
336 REQUIRE_MESSAGE(mcct > 0, "Not working push(T&&)"); in test_move_support_in_push_pop()
340 const std::size_t prev_mcct = mcct; in test_move_support_in_push_pop()
342 REQUIRE_MESSAGE(mcct > prev_mcct, "Not working push(T&&)"); in test_move_support_in_push_pop()
H A Dconformance_concurrent_queue.cpp1173 std::size_t &mcct = MoveOperationTracker::move_constructor_called_times; in TestMoveSupport() local
1177 mcct = ccct = cact = mact = 0; in TestMoveSupport()
1181 REQUIRE_MESSAGE(mcct == 0, "Value must be zero-initialized"); in TestMoveSupport()
1184 REQUIRE_MESSAGE(mcct == 1, "Not working push(T&&) or try_push(T&&)?"); in TestMoveSupport()
1189 REQUIRE_MESSAGE(mcct == 2, "Not working push(T&&) or try_push(T&&)?"); in TestMoveSupport()