MCPcopy 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

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
clean_shutdownFunction · 0.45
fire_onewayMethod · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
clean_shutdownFunction · 0.36
fire_onewayMethod · 0.36