MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / hstest_thread

Method hstest_thread

client/hstest.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected