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

Method start

client/hslongrun.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113 virtual void run() = 0;
114 void start() {
115 if (!start_nothrow()) {
116 fatal_abort("thread::start");
117 }
118 }
119 bool start_nothrow() {
120 if (need_join) {
121 return need_join; /* true */

Callers 2

hs_longrun_mainFunction · 0.45
hstest_mainFunction · 0.45

Calls 1

fatal_abortFunction · 0.85

Tested by 1

hstest_mainFunction · 0.36