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

Method set_native_tid

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

Source from the content-addressed store, hash-verified

89
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:

Callers 1

start_oneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected