| 165 | : id(i), sh(s), watch_flag(w) { } |
| 166 | }; |
| 167 | hstest_thread(const arg_type& a) : arg(a), io_success_count(0), |
| 168 | op_success_count(0), response_min(99999), response_max(0), |
| 169 | response_sum(0), response_avg(0) { } |
| 170 | void operator ()(); |
| 171 | void test_1(); |
| 172 | void test_2_3(int test_num); |
nothing calls this directly
no outgoing calls
no test coverage detected