Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ stop
Method
stop
test/threads/ThreadsServer.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
int32_t stop() {
79
printf(
"stop\n"
);
80
server_->stop();
81
return 1;
82
}
83
84
void setServer(boost::shared_ptr<TServer> server) {
85
server_ = server;
Callers
5
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
clean_shutdown
Function · 0.45
fire_oneway
Method · 0.45
Calls
no outgoing calls
Tested by
3
main
Function · 0.36
clean_shutdown
Function · 0.36
fire_oneway
Method · 0.36