Lines Matching refs:WaitThrow
87 class WaitThrow;
90 class WaitThrow<serial_type,nonThrowing> { class
101 class WaitThrow<serial_type,isThrowing> { class
119 class WaitThrow<limited_type,nonThrowing> { class
131 class WaitThrow<limited_type,isThrowing> { class
144 class WaitThrow<unlimited_type,nonThrowing> { class
153 class WaitThrow<unlimited_type,isThrowing> { class
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;
226 class absorber_body : WaitThrow<Conc,T> {
227 using WaitThrow<Conc,T>::WaitAndThrow;
263 class multifunction_node_body : WaitThrow<Conc,T> {
264 using WaitThrow<Conc,T>::WaitAndThrow;
314 class tuple_test_input_body : WaitThrow<serial_type, TType> {
317 using WaitThrow<serial_type, TType>::WaitAndThrow;