Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 25) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_template_helpers.h37 using type = void; member
46 using type = std::false_type; member
H A D_allocator_traits.h34 using type = std::false_type; member
H A D_flow_graph_tagged_buffer_impl.h37 typedef typename aligned_pair<ValueType, void *>::type type; typedef
/oneTBB/src/tbb/
H A Ditt_notify.h80 #define ITT_SYNC_CREATE(obj, type, name) __itt_sync_create((void*)(obj), type, name, 2) argument
100 #define ITT_SYNC_CREATE(obj, type, name) ((void)0) argument
105 #define ITT_TASK_GROUP(type,name,parent) ((void)0) argument
106 #define ITT_TASK_BEGIN(type,name,id) ((void)0) argument
/oneTBB/test/tbb/
H A Dtest_join_node_key_matching.cpp83 …using type = decltype(std::tuple_cat(std::declval<std::tuple<int>>(), std::declval<typename tuple_… typedef
88 using type = std::tuple<int>; typedef
H A Dtest_flow_graph_whitebox.cpp439 using type = tbb::flow::limiter_node<int, DecrementerType>; typedef
445 using type = tbb::flow::limiter_node<int>; typedef
H A Dtest_sequencer_node.cpp493 using type = int; typedef
H A Dtest_concurrent_vector.cpp93 using type = tbb::concurrent_vector<element_type, allocator_type >; typedef
H A Dtest_concurrent_hash_map.cpp510 …using type = tbb::concurrent_hash_map<element_type, element_type, hash_compare<element_type>, allo… typedef
/oneTBB/src/tbbmalloc/
H A DCustomize.h130 typedef tbb::detail::d1::aggregator_generic<OperationType> type; typedef
136 typedef tbb::detail::d1::aggregated_operation<Derived> type; typedef
H A Dlarge_objects.cpp149 static const CacheBinOperationType type = CBOP_GET; member
156 static const CacheBinOperationType type = CBOP_PUT_LIST; member
161 static const CacheBinOperationType type = CBOP_CLEAN_TO_THRESHOLD; member
167 static const CacheBinOperationType type = CBOP_CLEAN_ALL; member
172 static const CacheBinOperationType type = CBOP_UPDATE_USED_SIZE; member
190 CacheBinOperationType type; member
H A Dbackend.cpp202 MemRegionType type; member
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c192 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument
206 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ argument
225 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument
230 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ argument
269 #define ITT_STUB(api,type,name,args,params,nameindll,group,format) { ITT_TO_STR(ITT_JOIN(__itt_,nam… argument
277 #define ITT_STUB(api,type,name,args,params,nameindll,group,format) {ITT_TO_STR(ITT_JOIN(__itt_,name… argument
572 __itt_metadata_type type = __itt_metadata_u64; in ITT_VERSIONIZE() local
616 __itt_metadata_type type = __itt_metadata_u64; in ITT_VERSIONIZE() local
984 __itt_context_type type = __itt_context_unknown; in ITT_VERSIONIZE() local
H A Dittnotify_config.h487 int type; member
631 #define NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) { \ argument
648 #define NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) { \ argument
707 #define NEW_COUNTER_METADATA_NUM(gptr,h,h_tail,counter,type,value) { \ argument
725 #define NEW_COUNTER_METADATA_STR_A(gptr,h,h_tail,counter,type,str_valueA) { \ argument
745 #define NEW_COUNTER_METADATA_STR_W(gptr,h,h_tail,counter,type,str_valueW) { \ argument
H A Dittnotify.h278 #define ITT_STUBV(api,type,name,args) \ argument
3829 __itt_section_type type; /*!< Section content and semantics description */ member
4150 __itt_context_type type; /*!< Type of the context metadata value */ member
4163 __itt_context_type type; /*!< Type of the context metadata value */ member
/oneTBB/examples/concurrent_hash_map/count_strings/
H A Dcount_strings.cpp203 const char* GetLetters(int type, const int part) { in GetLetters()
222 int type = rand(); in CreateData() local
/oneTBB/examples/common/utility/
H A Dutility.hpp171 bool (*a_validating_function)(const type&) = nullptr) in argument()
220 bool (*validate)(const type&) = nullptr) { in arg()
235 bool (*validate)(const type&) = nullptr) { in positional_arg()
/oneTBB/include/oneapi/tbb/
H A Dparallel_for_each.h244 using type = const Item*; member
H A Dprofiling.h105 wchar_t *type = new wchar_t[len_type]; in create_itt_sync() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.cpp308 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type) { in rt_tex_phong()
H A Dtypes.hpp218 int type; /* RPC call type */ member
/oneTBB/src/tbb/tools_api/legacy/
H A Dittnotify.h219 #define ITT_STUBV(api,type,name,args) \ argument
/oneTBB/test/common/
H A Dcontainer_move_support.h604 using type = DefaultStatefulFixture; member
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp675 using type = oneapi::tbb::concurrent_vector<element_type, allocator_type >; typedef
H A Dconformance_concurrent_hash_map.cpp587 …using type = oneapi::tbb::concurrent_hash_map<element_type, element_type, hash_compare<element_typ… typedef