MCPcopy Create free account
hub / github.com/LUX-Core/lux / UNLOCK_FUNCTION

Function UNLOCK_FUNCTION

src/net.cpp:2495–2502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2493}
2494
2495void CNode::AbortMessage() UNLOCK_FUNCTION(cs_vSend)
2496{
2497 ssSend.clear();
2498
2499 LEAVE_CRITICAL_SECTION(cs_vSend);
2500
2501 LogPrint("net", "(aborted)\n");
2502}
2503
2504void CNode::EndMessage() UNLOCK_FUNCTION(cs_vSend)
2505{

Callers

nothing calls this directly

Calls 13

LogPrintFunction · 0.85
GetRandFunction · 0.85
GetArgFunction · 0.85
memcpyFunction · 0.85
SocketSendDataFunction · 0.85
GetAndClearMethod · 0.80
HashFunction · 0.70
clearMethod · 0.45
countMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected