Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
InfoThread::~InfoThread() {
30
pthread_mutex_destroy(&_mutex);
31
pthread_cond_destroy(&_cond);
32
}
33
34
void InfoThread::run() {
35
int64_t i = 0;
Callers
nothing calls this directly
Calls
1
pthread_mutex_destroy
Function · 0.85
Tested by
no test coverage detected