Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ lockConnectionLogger
Method
lockConnectionLogger
src/core/pop/MCPOPSession.cpp:601–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
599
}
600
601
void POPSession::lockConnectionLogger()
602
{
603
pthread_mutex_lock(&mConnectionLoggerLock);
604
}
605
606
void POPSession::unlockConnectionLogger()
607
{
Callers
1
logger
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected