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

Method run_dump_thread

src/bvar/collector.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 static void* run_dump_thread(void* arg) {
86 butil::PlatformThread::SetNameSimple("bvar_collector_dumper");
87 static_cast<Collector*>(arg)->dump_thread();
88 return NULL;
89 }
90
91 static int64_t get_pending_count(void* arg) {
92 Collector* d = static_cast<Collector*>(arg);

Callers

nothing calls this directly

Calls 1

dump_threadMethod · 0.80

Tested by

no test coverage detected