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

Method get_tid

src/mgr/PyModuleRunner.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 void *entry() override;
52 pid_t get_tid() const { return runner_tid.load(); }
53 };
54
55 bool is_dead() const { return dead; }

Callers 4

replyMethod · 0.45
start_oneMethod · 0.45
ms_dispatch2Method · 0.45
_dumpMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected