Searched refs:mCongEvent (Results 1 – 2 of 2) sorted by relevance
865 SyncEventGuard guard(pConn->mCongEvent); in send()868 pConn->mCongEvent.wait(); // wait for NFA_P2P_CONGEST_EVT in send()985 SyncEventGuard guard1(pConn->mCongEvent); in disconnectConnOriented()986 pConn->mCongEvent.notifyOne(); // unblock send() if congested in disconnectConnOriented()1179 SyncEventGuard guard1(mClients[ii]->mClientConn->mCongEvent); in handleNfcOnOff()1181 ->mClientConn->mCongEvent.notifyOne(); // unblock send() in handleNfcOnOff()1323 SyncEventGuard guard1(pConn->mCongEvent); in nfaServerCallback()1324 pConn->mCongEvent.notifyOne(); // unblock write (if congested) in nfaServerCallback()1366 SyncEventGuard guard(pConn->mCongEvent); in nfaServerCallback()1367 pConn->mCongEvent.notifyOne(); in nfaServerCallback()[all …]
570 SyncEvent mCongEvent; // event for congestion variable