Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reply
Method · 0.45
start_one
Method · 0.45
ms_dispatch2
Method · 0.45
_dump
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected