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

Method get_thread_name

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

Source from the content-addressed store, hash-verified

62 void log(const std::string &record);
63
64 const char *get_thread_name() const
65 {
66 return thread_name.c_str();
67 }
68
69 PyModuleRunner(
70 const PyModuleRef &py_module_,

Callers 3

get_fin_thread_nameMethod · 0.45
start_oneMethod · 0.45
start_oneMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected