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

Method is_started

src/msg/DispatchQueue.h:220–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 void wait();
219 void shutdown();
220 bool is_started() const {return dispatch_thread.is_started();}
221
222 DispatchQueue(CephContext *cct, Messenger *msgr, std::string &name)
223 : cct(cct), msgr(msgr),

Callers 7

update_membershipMethod · 0.45
openMethod · 0.45
shutdownMethod · 0.45
shutdownMethod · 0.45
shutdownMethod · 0.45
startMethod · 0.45
waitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected