Home
last modified time | relevance | path

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

/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp191 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_steal_move_ctor_with_allocator() local
192 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_ctor_with_allocator()
206 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_per_element_move_ctor_with_allocator() local
207 fixture_type fixture(arena_fixture.source_allocator); in test_per_element_move_ctor_with_allocator()
213 fixture_type::cpq_type dst(std::move(fixture.cpq_src), arena_fixture.dst_allocator); in test_per_element_move_ctor_with_allocator()
240 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_steal_move_assign_operator_with_stateful_allocator() local
241 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_assign_operator_with_stateful_allocator()
243 fixture_type::cpq_type dst(arena_fixture.dst_allocator); in test_steal_move_assign_operator_with_stateful_allocator()
257 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_per_element_move_assign_operator() local
258 fixture_type fixture(arena_fixture.source_allocator); in test_per_element_move_assign_operator()
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_priority_queue.cpp712 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestStealingMoveConstructorO… in TestStealingMoveConstructorOtherAllocatorInstance() local
713 fixture_t fixture(arena_fixture.source_allocator); in TestStealingMoveConstructorOtherAllocatorInstance()
717 fixture_t::cpq_t dst(std::move(fixture.cpq_src), arena_fixture.source_allocator); in TestStealingMoveConstructorOtherAllocatorInstance()
727 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestPerElementMoveConstructo… in TestPerElementMoveConstructorOtherAllocatorInstance() local
728 fixture_t fixture(arena_fixture.source_allocator); in TestPerElementMoveConstructorOtherAllocatorInstance()
734 fixture_t::cpq_t dst(std::move(fixture.cpq_src), arena_fixture.dst_allocator); in TestPerElementMoveConstructorOtherAllocatorInstance()
764 fixture_t fixture(arena_fixture.source_allocator); in TestStealingMoveAssignOperatorWithStatefulAllocator()
766 fixture_t::cpq_t dst(arena_fixture.dst_allocator); in TestStealingMoveAssignOperatorWithStatefulAllocator()
780 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestPerElementMoveAssignOper… in TestPerElementMoveAssignOperator() local
781 fixture_t fixture(arena_fixture.source_allocator); in TestPerElementMoveAssignOperator()
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_priority_queue.cpp712 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestStealingMoveConstructorO… in TestStealingMoveConstructorOtherAllocatorInstance() local
713 fixture_t fixture(arena_fixture.source_allocator); in TestStealingMoveConstructorOtherAllocatorInstance()
717 fixture_t::cpq_t dst(std::move(fixture.cpq_src), arena_fixture.source_allocator); in TestStealingMoveConstructorOtherAllocatorInstance()
727 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestPerElementMoveConstructo… in TestPerElementMoveConstructorOtherAllocatorInstance() local
728 fixture_t fixture(arena_fixture.source_allocator); in TestPerElementMoveConstructorOtherAllocatorInstance()
734 fixture_t::cpq_t dst(std::move(fixture.cpq_src), arena_fixture.dst_allocator); in TestPerElementMoveConstructorOtherAllocatorInstance()
764 fixture_t fixture(arena_fixture.source_allocator); in TestStealingMoveAssignOperatorWithStatefulAllocator()
766 fixture_t::cpq_t dst(arena_fixture.dst_allocator); in TestStealingMoveAssignOperatorWithStatefulAllocator()
780 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestPerElementMoveAssignOper… in TestPerElementMoveAssignOperator() local
781 fixture_t fixture(arena_fixture.source_allocator); in TestPerElementMoveAssignOperator()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_priority_queue.cpp712 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestStealingMoveConstructorO… in TestStealingMoveConstructorOtherAllocatorInstance() local
713 fixture_t fixture(arena_fixture.source_allocator); in TestStealingMoveConstructorOtherAllocatorInstance()
717 fixture_t::cpq_t dst(std::move(fixture.cpq_src), arena_fixture.source_allocator); in TestStealingMoveConstructorOtherAllocatorInstance()
727 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestPerElementMoveConstructo… in TestPerElementMoveConstructorOtherAllocatorInstance() local
728 fixture_t fixture(arena_fixture.source_allocator); in TestPerElementMoveConstructorOtherAllocatorInstance()
734 fixture_t::cpq_t dst(std::move(fixture.cpq_src), arena_fixture.dst_allocator); in TestPerElementMoveConstructorOtherAllocatorInstance()
764 fixture_t fixture(arena_fixture.source_allocator); in TestStealingMoveAssignOperatorWithStatefulAllocator()
766 fixture_t::cpq_t dst(arena_fixture.dst_allocator); in TestStealingMoveAssignOperatorWithStatefulAllocator()
780 …arena_fixture_t arena_fixture(8 * fixture_t::default_container_size, "TestPerElementMoveAssignOper… in TestPerElementMoveAssignOperator() local
781 fixture_t fixture(arena_fixture.source_allocator); in TestPerElementMoveAssignOperator()
[all …]