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

Method signal

src/common/WorkQueue.h:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 m_items.push_back(item);
385 }
386 void signal() {
387 std::lock_guard pool_locker(m_pool->_lock);
388 m_pool->_cond.notify_one();
389 }
390 ceph::mutex &get_pool_lock() {
391 return m_pool->_lock;
392 }

Callers 10

mainFunction · 0.45
ms_dispatchMethod · 0.45
runMethod · 0.45
processMethod · 0.45
submitMethod · 0.45
wakeMethod · 0.45
try_updateMethod · 0.45
putMethod · 0.45
reset_maxMethod · 0.45

Calls 1

notify_oneMethod · 0.45

Tested by

no test coverage detected