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

Method start

src/msg/DispatchQueue.cc:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void DispatchQueue::start()
231{
232 ceph_assert(!stop);
233 ceph_assert(!dispatch_thread.is_started());
234 dispatch_thread.create("ms_dispatch");
235 local_delivery_thread.create("ms_local");
236}
237
238void DispatchQueue::wait()
239{

Callers

nothing calls this directly

Calls 2

is_startedMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected