Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp1282 template<class JP> struct graph_policy_name{ struct
1285 template<> struct graph_policy_name<tbb::flow::queueing> { struct
1288 template<> struct graph_policy_name<tbb::flow::reserving> { struct
1291 template<> struct graph_policy_name<tbb::flow::tag_matching> { argument
1534 INFO("Testing join_node<" << graph_policy_name<JP>::name() << ">\n"); in test_join_node()