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

Method run_grab_thread

src/bvar/collector.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 int64_t interval_us);
78
79 static void* run_grab_thread(void* arg) {
80 butil::PlatformThread::SetNameSimple("bvar_collector_grabber");
81 static_cast<Collector*>(arg)->grab_thread();
82 return NULL;
83 }
84
85 static void* run_dump_thread(void* arg) {
86 butil::PlatformThread::SetNameSimple("bvar_collector_dumper");

Callers

nothing calls this directly

Calls 1

grab_threadMethod · 0.80

Tested by

no test coverage detected