Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ thread_main
Method
thread_main
client/hslongrun.cpp:152–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
private:
152
static void *thread_main(void *arg) {
153
thread_base *p = static_cast<thread_base *>(arg);
154
p->run();
155
return 0;
156
}
157
private:
158
pthread_t thr;
159
bool need_join;
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected