Searched refs:mCongEvent (Results 1 – 2 of 2) sorted by relevance
883 SyncEventGuard guard (pConn->mCongEvent); in send()886 pConn->mCongEvent.wait (); //wait for NFA_P2P_CONGEST_EVT in send()994 SyncEventGuard guard1 (pConn->mCongEvent); in disconnectConnOriented()995 pConn->mCongEvent.notifyOne (); //unblock send() if congested in disconnectConnOriented()1174 SyncEventGuard guard1 (mClients[ii]->mClientConn->mCongEvent); in handleNfcOnOff()1175 mClients[ii]->mClientConn->mCongEvent.notifyOne (); //unblock send() in handleNfcOnOff()1301 SyncEventGuard guard1 (pConn->mCongEvent); in nfaServerCallback()1302 pConn->mCongEvent.notifyOne (); //unblock write (if congested) in nfaServerCallback()1342 SyncEventGuard guard (pConn->mCongEvent); in nfaServerCallback()1343 pConn->mCongEvent.notifyOne(); in nfaServerCallback()[all …]
587 SyncEvent mCongEvent; // event for congestion variable