Searched refs:serial_type (Results 1 – 1 of 1) sorted by relevance
68 static const size_t serial_type = 1; variable76 template<> struct concurrencyName<serial_type>{ static const char *name() { return "serial"; } }; in name()90 class WaitThrow<serial_type,nonThrowing> {101 class WaitThrow<serial_type,isThrowing> {171 class test_input_body : WaitThrow<serial_type, TType> {172 using WaitThrow<serial_type, TType>::WaitAndThrow;203 class test_input_body<tbb::flow::continue_msg, TType> : WaitThrow<serial_type, TType> {204 using WaitThrow<serial_type, TType>::WaitAndThrow;314 class tuple_test_input_body : WaitThrow<serial_type, TType> {317 using WaitThrow<serial_type, TType>::WaitAndThrow;[all …]