Lines Matching refs:mCongEvent
889 SyncEventGuard guard (pConn->mCongEvent);
892 pConn->mCongEvent.wait (); //wait for NFA_P2P_CONGEST_EVT
1000 SyncEventGuard guard1 (pConn->mCongEvent);
1001 pConn->mCongEvent.notifyOne (); //unblock send() if congested
1177 SyncEventGuard guard1 (mClients[ii]->mClientConn->mCongEvent);
1178 mClients[ii]->mClientConn->mCongEvent.notifyOne (); //unblock send()
1304 SyncEventGuard guard1 (pConn->mCongEvent);
1305 pConn->mCongEvent.notifyOne (); //unblock write (if congested)
1345 SyncEventGuard guard (pConn->mCongEvent);
1346 pConn->mCongEvent.notifyOne();
1458 SyncEventGuard guard1 (pConn->mCongEvent);
1459 pConn->mCongEvent.notifyOne(); //unblock write (if congested)
1498 SyncEventGuard guard (pConn->mCongEvent);
1499 pConn->mCongEvent.notifyOne();
1687 SyncEventGuard guard1 (mServerConn[jj]->mCongEvent);
1688 mServerConn[jj]->mCongEvent.notifyOne (); //unblock write (if congested)