Searched refs:limited_type (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_eh_flow_graph.cpp | 69 static const size_t limited_type = 4; variable 78 template<> struct concurrencyName<limited_type>{ static const char *name() { return "limited"; } }; in name() 119 class WaitThrow<limited_type,nonThrowing> { 122 if(cnt <= (g_NumThreads - (int)limited_type + 1)/2) { in WaitAndThrow() 131 class WaitThrow<limited_type,isThrowing> { 135 if(cnt <= (g_NumThreads - (int)limited_type + 1)/2) { in WaitAndThrow() 650 …onThrowing, int, nonThrowing, int, nonThrowing, nonThrowing, tbb::flow::rejecting, limited_type>(); in test_function_node() 651 …ing, int, isThrowing, int, nonThrowing, nonThrowing, tbb::flow::rejecting, (size_t)limited_type>(); in test_function_node() 656 …ing, int, nonThrowing, int, nonThrowing, nonThrowing, tbb::flow::queueing, (size_t)limited_type>(); in test_function_node() 657 …wing, int, isThrowing, int, nonThrowing, nonThrowing, tbb::flow::queueing, (size_t)limited_type>(); in test_function_node() [all …]
|