MCPcopy Create free account
hub / github.com/apache/brpc / ~InfoThread

Method ~InfoThread

tools/rpc_replay/info_thread.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29InfoThread::~InfoThread() {
30 pthread_mutex_destroy(&_mutex);
31 pthread_cond_destroy(&_cond);
32}
33
34void InfoThread::run() {
35 int64_t i = 0;

Callers

nothing calls this directly

Calls 1

pthread_mutex_destroyFunction · 0.85

Tested by

no test coverage detected