Home
last modified time | relevance | path

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

12

/oneTBB/src/tbb/
H A Dthread_control_monitor.h42 using base_type = wait_node<market_context>; variable
97 using base_type = concurrent_monitor_base<market_context>; variable
H A Dconcurrent_monitor.h147 using base_type = wait_node<Context>; variable
482 using base_type = concurrent_monitor_base<std::uintptr_t>; variable
H A Daddress_waiter.cpp40 using base_type = concurrent_monitor_base<address_context>; typedef in tbb::detail::r1::address_waiter
/oneTBB/include/oneapi/tbb/detail/
H A D_node_handle.h107 using base_type = node_handle_base<Value, Node, Allocator>; variable
134 using base_type = node_handle_base<Key, Node, Allocator>; variable
H A D_flow_graph_cache_impl.h335 typedef successor_cache<T, M> base_type; typedef
398 typedef successor_cache<T, M> base_type; typedef
H A D_flow_graph_node_impl.h357 typedef function_input_base<Input, Policy, A, my_class> base_type; typedef
H A D_concurrent_queue_base.h594 … using base_type = concurrent_queue_iterator_base<typename std::remove_cv<Value>::type, Allocator>; variable
H A D_concurrent_unordered_base.h794 …using base_type = segment_table<std::atomic<node_ptr>, allocator_type, unordered_segment_table, po… variable
812 : base_type(alloc) {} in base_type() function
/oneTBB/examples/graph/logic_sim/
H A Dtwo_bit_adder.hpp30 base_type; typedef in two_bit_adder
H A DD_latch.hpp34 base_type; typedef in D_latch
H A Done_bit_adder.hpp61 base_type; typedef in one_bit_adder
H A Dbasics.hpp67 typedef oneapi::tbb::flow::composite_node<std::tuple<signal_t>, std::tuple<signal_t>> base_type; typedef in gate
104 base_type; typedef in gate
142 base_type; typedef in gate
182 base_type; typedef in gate
/oneTBB/test/tbb/
H A Dtest_composite_node.cpp95 typedef tbb::flow::composite_node< std::tuple< int >, std::tuple< int > > base_type; typedef
171 typedef tbb::flow::composite_node< std::tuple< int, int >, std::tuple< int > > base_type; typedef in adder_node
299 typedef tbb::flow::composite_node<std::tuple<int, int>, std::tuple<int> > base_type; in test_nested_adder() typedef
350 typedef tbb::flow::composite_node< my_tuple_t, my_tuple_t > base_type; typedef in prefix_node
H A Dtest_partitioner.cpp179 using base_type = oneapi::tbb::blocked_range<int>; typedef in custom_range
190 using base_type = oneapi::tbb::blocked_range<int>; typedef in custom_range_with_psplit
H A Dtest_async_node.cpp132 typedef counting_async_unlimited_body base_type; typedef
/oneTBB/test/conformance/
H A Dconformance_composite_node.cpp30 using base_type = oneapi::tbb::flow::composite_node<std::tuple<int,int>, std::tuple<int>>; typedef in adder
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h56 …using base_type = concurrent_skip_list<set_traits<Key, Compare, concurrent_geometric_level_generat… variable
157 …using base_type = concurrent_skip_list<set_traits<Key, Compare, concurrent_geometric_level_generat… variable
H A Dconcurrent_unordered_set.h50 using base_type = concurrent_unordered_base<traits_type>; variable
189 using base_type = concurrent_unordered_base<traits_type>; variable
H A Dconcurrent_unordered_map.h51 using base_type = concurrent_unordered_base<traits_type>; variable
250 using base_type = concurrent_unordered_base<traits_type>; variable
H A Dconcurrent_map.h72 …using base_type = concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_geometric_level_… variable
222 …using base_type = concurrent_skip_list<map_traits<Key, Value, Compare, concurrent_geometric_level_… variable
H A Dflow_graph.h925 typedef receiver<TupleType> base_type; typedef
1501 typedef buffer_node<T> base_type; typedef
1662 typedef buffer_node<T> base_type; typedef
2854 typedef async_body_base<Gateway> base_type; typedef
2874 typedef multifunction_node< Input, std::tuple< Output >, Policy > base_type; in __TBB_requires() typedef
3172 typedef overwrite_node<T> base_type; typedef
H A Dconcurrent_vector.h231 using base_type = segment_table<T, Allocator, self_type, embedded_table_num_segments>; variable
237 using base_type = tbb::blocked_range<Iterator>; variable
H A Dconcurrent_hash_map.h599 using base_type = hash_map_base<Allocator, MutexType>; in __TBB_requires() local
601 using base_type = hash_map_base<Allocator, spin_rw_mutex>; in __TBB_requires() local
/oneTBB/test/common/
H A Dcustom_allocators.h105 using base_type = BaseAllocatorType; variable
242 using base_type = BaseAllocatorType; variable
381 using base_type = StaticSharedCountingAllocatorBase; variable
H A Dcontainer_move_support.h296 using base_type = FooIteratorBase<FooIterator>; variable
312 using base_type = FooIteratorBase<FooPairIterator>; variable

12