MCPcopy 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_loopMethod · 0.45
serveMethod · 0.45
shutdownMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected