Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ set
Method
set
src/mgr/Gil.h:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
pthread_t thread;
44
45
void set(PyThreadState *ts_)
46
{
47
ts = ts_;
48
thread = pthread_self();
49
}
50
};
51
52
//
Callers
4
monitoring_loop
Method · 0.45
serve
Method · 0.45
shutdown
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected