MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / AddNotify

Method AddNotify

src/algorithm/ioloop.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void IOLoop :: AddNotify()
69{
70 m_oMessageQueue.lock();
71 m_oMessageQueue.add(nullptr);
72 m_oMessageQueue.unlock();
73}
74
75int IOLoop :: AddMessage(const char * pcMessage, const int iMessageLen)
76{

Callers

nothing calls this directly

Calls 3

lockMethod · 0.80
addMethod · 0.80
unlockMethod · 0.80

Tested by

no test coverage detected