Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp153 std::size_t& ccct = MoveOperationTracker::copy_ctor_called_times; in init() local
156 mcct = ccct = cact = mact = 0; in init()
325 std::size_t& ccct = MoveOperationTracker::copy_ctor_called_times; in test_move_support_in_push_pop() local
328 mcct = ccct = cact = mact = 0; in test_move_support_in_push_pop()
333 REQUIRE_MESSAGE(ccct == 0, "Value must be zero-initialized"); in test_move_support_in_push_pop()
337 REQUIRE_MESSAGE(ccct == 0, "Copying of arg occurred during push(T&&)"); in test_move_support_in_push_pop()
343 REQUIRE_MESSAGE(ccct == 0, "Copying of arg occurred during push(T&&)"); in test_move_support_in_push_pop()
H A Dconformance_concurrent_queue.cpp1174 std::size_t &ccct = MoveOperationTracker::copy_constructor_called_times; in TestMoveSupport() local
1177 mcct = ccct = cact = mact = 0; in TestMoveSupport()
1182 REQUIRE_MESSAGE(ccct == 0, "Value must be zero-initialized"); in TestMoveSupport()
1185 REQUIRE_MESSAGE(ccct == 0, "Copying of arg occurred during push(T&&) or try_push(T&&)"); in TestMoveSupport()
1190 REQUIRE_MESSAGE(ccct == 0, "Copying of arg occurred during push(T&&) or try_push(T&&)"); in TestMoveSupport()