Home
last modified time | relevance | path

Searched refs:function_body (Results 1 – 5 of 5) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_body_impl.h100 class function_body : no_assign {
102 virtual ~function_body() {}
104 virtual function_body* clone() = 0;
109 class function_body_leaf : public function_body< Input, Output > {
123 class function_body_leaf< continue_msg, continue_msg, B> : public function_body< continue_msg, cont…
140 class function_body_leaf< Input, continue_msg, B> : public function_body< Input, continue_msg > {
157 class function_body_leaf< continue_msg, Output, B > : public function_body< continue_msg, Output > {
H A D_flow_graph_node_impl.h355 typedef function_body<input_type, output_type> function_body_type;
603 typedef function_body<input_type, output_type> function_body_type;
/oneTBB/test/tbb/
H A Dtest_input_node.cpp94 class function_body { class
100 function_body( std::atomic<int> *counters ) : my_counters(counters) { in function_body() function in function_body
130 function_body<T> b3( counters3 ); in test_single_dest()
144 function_body<T> b2( counters2 ); in test_single_dest()
171 function_body<int> b3( counters3 ); in test_reset()
H A Dtest_flow_graph.cpp178 struct function_body { struct
180 function_body(tbb::task_arena* a) : midway_arena(a) {} in function_body() function
219 …tbb::flow::continue_node< tbb::flow::continue_msg > c_n(my_graph, function_body<tbb::flow::continu… in operator ()()
220 …tbb::flow::function_node< int > f_n(my_graph, tbb::flow::unlimited, function_body<int>(midway_aren… in operator ()()
228 my_graph, tbb::flow::unlimited, function_body< std::tuple< int, int > >(midway_arena) in operator ()()
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h1589 function_body< T, size_t > *my_sequencer; in __TBB_requires()