Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp68 static const size_t serial_type = 1; variable
76 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 …]