Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp154 std::size_t& cact = MoveOperationTracker::copy_assign_called_times; in init() local
156 mcct = ccct = cact = mact = 0; in init()
326 std::size_t& cact = MoveOperationTracker::copy_assign_called_times; in test_move_support_in_push_pop() local
328 mcct = ccct = cact = mact = 0; in test_move_support_in_push_pop()
345 REQUIRE_MESSAGE(cact == 0, "Copy assignment called during push(T&&)"); in test_move_support_in_push_pop()
348 REQUIRE_MESSAGE(cact == 0, "Copy assignment called during try_pop(T&)"); in test_move_support_in_push_pop()
H A Dconformance_concurrent_queue.cpp1175 std::size_t &cact = MoveOperationTracker::copy_assignment_called_times; in TestMoveSupport() local
1177 mcct = ccct = cact = mact = 0; in TestMoveSupport()
1192 REQUIRE_MESSAGE(cact == 0, "Copy assignment called during push(T&&) or try_push(T&&)"); in TestMoveSupport()
1197 REQUIRE_MESSAGE(cact == 0, "Copy assignment called during try_pop(T&&)"); in TestMoveSupport()