MCPcopy Create free account
hub / github.com/ceph/ceph / entry

Method entry

src/common/Timer.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31public:
32 explicit CommonSafeTimerThread(CommonSafeTimer<Mutex> *s) : parent(s) {}
33 void *entry() override {
34 parent->timer_thread();
35 return NULL;
36 }
37};
38
39template <class Mutex>

Callers

nothing calls this directly

Calls 1

timer_threadMethod · 0.45

Tested by

no test coverage detected