Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_small_object_pool.h51 template <typename Type, typename... Args>
59 template <typename Type, typename... Args>
60 Type* new_object(Args&&... args) { in new_object()
67 template <typename Type>
72 object->~Type(); in delete_object()
76 template <typename Type>
77 void delete_object(Type* object) { in delete_object()
81 object->~Type(); in delete_object()
85 template <typename Type>
93 template <typename Type>
[all …]
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp190 template <typename Type, typename Allocator>
276 void Examine( tbb::concurrent_vector<Type, Allocator> c, const std::vector<Type> &vec ) { in Examine() argument
309 template <typename Type>
311 const std::vector<Type> &my_vec;
319 tbb::concurrent_vector< Type, std::allocator<Type> > c8( my_vec.size() ); in operator ()()
329 tbb::concurrent_vector<Type> c1; in TypeTester()
337 tbb::concurrent_vector<Type> c3(c1); in TypeTester()
340 tbb::concurrent_vector< Type, std::allocator<Type> > c4; in TypeTester()
346 std::allocator<Type> allocator; in TypeTester()
347 tbb::concurrent_vector< Type, std::allocator<Type> > c9(vec.size(), vec[1], allocator); in TypeTester()
[all …]
H A Dtest_tbb_header.cpp88 #define TestTypeDefinitionPresence( Type ) g_sink = sizeof(tbb::Type); argument
H A Dtest_indexer_node.cpp577 template <typename indexer_output_t, typename Type, typename BN, std::size_t... Seq>
578 void check_edge(tbb::flow::graph& g, BN& bn, tbb::flow::buffer_node<indexer_output_t>& buf, Type, t… in check_edge() argument
579 …ndexer_output_t>(g, std::get<Seq>(bn), buf, typename std::tuple_element<Seq, Type>::type(Seq))...); in check_edge()
/oneTBB/test/conformance/
H A Dconformance_parallel_reduce.cpp28 using Type = int; typedef in RotOp
39 using result_type = typename Op::Type;
64 using Type = RotOp::Type; in TestDeterministicReductionFor() typedef
74 Type lambda_measurement_result = deterministic_reduce_invoker<Type>( range, in TestDeterministicReductionFor()
75 [](const oneapi::tbb::blocked_range<int>& br, Type value) -> Type { in TestDeterministicReductionFor()
83 [](const Type& v1, const Type& v2) -> Type { in TestDeterministicReductionFor()
H A Dconformance_concurrent_vector.cpp1127 template <typename Type, typename Allocator>
1129 oneapi::tbb::concurrent_vector<Type, Allocator> &my_c;
1131 test_grow_by_and_resize( oneapi::tbb::concurrent_vector<Type, Allocator> &c ) : my_c(c) {} in test_grow_by_and_resize() argument
1133 const typename oneapi::tbb::concurrent_vector<Type, Allocator>::size_type sz = my_c.size(); in operator ()()
/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h36 template<typename Tag, typename Type>
40 static Type call(Type t) { in call()
46 template<typename Tag, typename Type>
47 int call_counter<Tag, Type>::calls = 0;
H A Ddoctest.h2282 template <typename Type, typename... Rest> \
2283 struct iter<std::tuple<Type, Rest...>> \
2286 doctest::detail::regTest(doctest::detail::TestCase(func<Type>, file, line, \
2288 doctest::toString<Type>(), \
/oneTBB/.github/
H A Dpull_request_template.md9 ### Type of change
/oneTBB/doc/main/reference/
H A Dtype_specified_message_keys.rst3 Type-specified message keys for join_node
H A Dcustom_mutex_chmap.rst49 Type requirements
/oneTBB/integration/linux/modulefiles/
H A Dtbb3218 # Type `module --version` to determine the current installed version.
H A Dtbb18 # Type `module --version` to determine the current installed version.
/oneTBB/doc/main/tbb_userguide/
H A DNodes.rst39 - Type of the body object.
H A DPredefined_Node_Types.rst22 * - Predefined Node Type