| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _small_object_pool.h | 51 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 D | test_concurrent_vector.cpp | 190 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 D | test_tbb_header.cpp | 88 #define TestTypeDefinitionPresence( Type ) g_sink = sizeof(tbb::Type); argument
|
| H A D | test_indexer_node.cpp | 577 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 D | conformance_parallel_reduce.cpp | 28 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 D | conformance_concurrent_vector.cpp | 1127 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 D | concurrent_lru_cache_common.h | 36 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 D | doctest.h | 2282 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 D | pull_request_template.md | 9 ### Type of change
|
| /oneTBB/doc/main/reference/ |
| H A D | type_specified_message_keys.rst | 3 Type-specified message keys for join_node
|
| H A D | custom_mutex_chmap.rst | 49 Type requirements
|
| /oneTBB/integration/linux/modulefiles/ |
| H A D | tbb32 | 18 # Type `module --version` to determine the current installed version.
|
| H A D | tbb | 18 # Type `module --version` to determine the current installed version.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Nodes.rst | 39 - Type of the body object.
|
| H A D | Predefined_Node_Types.rst | 22 * - Predefined Node Type
|