Searched refs:concurrencyName (Results 1 – 1 of 1) sorted by relevance
75 template<size_t Conc> struct concurrencyName;76 template<> struct concurrencyName<serial_type>{ static const char *name() { return "serial"; } }; in name() argument77 template<> struct concurrencyName<unlimited_type>{ static const char *name() { return "unlimited"; … in name() argument78 template<> struct concurrencyName<limited_type>{ static const char *name() { return "limited"; } }; in name() struct