Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ run_info_thread
Function
run_info_thread
tools/rpc_press/info_thread.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
static void* run_info_thread(void* arg) {
98
((InfoThread*)arg)->run();
99
return NULL;
100
}
101
102
bool InfoThread::start(const InfoThreadOptions& options) {
103
if (options.latency_recorder == NULL ||
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected