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

Method entry

src/mgr/PyModuleRunner.cc:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void* PyModuleRunner::PyModuleRunnerThread::entry()
114{
115 // No need to acquire the GIL here; the module does it.
116 dout(4) << "Entering thread for " << mod->get_name() << dendl;
117 runner_tid.store(ceph_gettid(), std::memory_order_release);
118 mod->serve();
119 return nullptr;
120}

Callers

nothing calls this directly

Calls 4

ceph_gettidFunction · 0.85
get_nameMethod · 0.45
storeMethod · 0.45
serveMethod · 0.45

Tested by

no test coverage detected