Home
last modified time | relevance | path

Searched defs:function_body (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_flow_graph.cpp178 struct function_body { struct
180 function_body(tbb::task_arena* a) : midway_arena(a) {} in function_body() argument
189 struct multifunction_body { argument
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