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

Method entry

src/test/perf_local.cc:474–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472 center.wakeup();
473 }
474 void* entry() override {
475 center.set_owner();
476 bind_thread_to_cpu(2);
477 while (!done)
478 center.process_events(1000);
479 return 0;
480 }
481};
482
483class CountEvent: public EventCallback {

Callers

nothing calls this directly

Calls 3

bind_thread_to_cpuFunction · 0.85
process_eventsMethod · 0.80
set_ownerMethod · 0.45

Tested by

no test coverage detected