Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp75 template<size_t Conc> struct concurrencyName;
76 template<> struct concurrencyName<serial_type>{ static const char *name() { return "serial"; } }; in name() argument
77 template<> struct concurrencyName<unlimited_type>{ static const char *name() { return "unlimited"; … in name() argument
78 template<> struct concurrencyName<limited_type>{ static const char *name() { return "limited"; } }; in name() struct