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

Method run_this

src/bthread/timer_thread.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void* TimerThread::run_this(void* arg) {
124 butil::PlatformThread::SetNameSimple("brpc_timer");
125 static_cast<TimerThread*>(arg)->run();
126 return NULL;
127}
128
129TimerThread::TimerThread()
130 : _started(false)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected