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

Method get_native_tid

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

Source from the content-addressed store, hash-verified

90 std::string const &get_name() const { return py_module->get_name(); }
91 void set_native_tid(pid_t tid) { m_native_tid = tid; }
92 pid_t get_native_tid() const { return m_native_tid; }
93
94private:
95 bool dead = false;

Callers 1

start_oneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected