Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_membership
Method · 0.45
open
Method · 0.45
shutdown
Method · 0.45
shutdown
Method · 0.45
shutdown
Method · 0.45
start
Method · 0.45
wait
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected