MCPcopy Create free account
hub / github.com/apache/brpc / stop

Method stop

tools/trackme_server/trackme_server.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void BugsLoader::stop() {
136 if (!_started) {
137 return;
138 }
139 _stop = true;
140 pthread_join(_tid, NULL);
141}
142
143void* BugsLoader::run_this(void* arg) {
144 ((BugsLoader*)arg)->run();

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected