Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp324 struct DeciderBody { struct
326 DeciderBody( const data_type& limit ) : my_limit( limit ) {} in DeciderBody() argument
373 decider_node_type cpu_restarter_node(g, unlimited, DeciderBody(cpu_subgraph_reruns)); in test()
376 g, unlimited, DeciderBody(async_subgraph_reruns), node_priority_t(1) in test()