Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_main
Function · 0.45
hstest_main
Function · 0.45
Calls
1
fatal_abort
Function · 0.85
Tested by
1
hstest_main
Function · 0.36