MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / lockConnectionLogger

Method lockConnectionLogger

src/core/nntp/MCNNTPSession.cpp:1024–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022}
1023
1024void NNTPSession::lockConnectionLogger()
1025{
1026 pthread_mutex_lock(&mConnectionLoggerLock);
1027}
1028
1029void NNTPSession::unlockConnectionLogger()
1030{

Callers 1

loggerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected