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

Method _void_process_finish

src/common/WorkQueue.h:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void _void_process_finish(void *) override {
170 _lock.lock();
171 ceph_assert(!to_finish.empty());
172 U u = to_finish.front();
173 to_finish.pop_front();
174 _lock.unlock();
175
176 _process_finish(u);
177 }
178
179 void _clear() override {}
180

Callers

nothing calls this directly

Calls 5

lockMethod · 0.45
emptyMethod · 0.45
frontMethod · 0.45
pop_frontMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected