Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void IOLoop :: AddNotify()
69
{
70
m_oMessageQueue.lock();
71
m_oMessageQueue.add(nullptr);
72
m_oMessageQueue.unlock();
73
}
74
75
int IOLoop :: AddMessage(const char * pcMessage, const int iMessageLen)
76
{
Callers
nothing calls this directly
Calls
3
lock
Method · 0.80
add
Method · 0.80
unlock
Method · 0.80
Tested by
no test coverage detected