• Home
  • Raw
  • Download

Lines Matching refs:notifyOne

482     pSrv->mConnRequestEvent.notifyOne();  in deregisterServer()
980 pClient->mConnectingEvent.notifyOne(); in disconnectConnOriented()
986 pConn->mCongEvent.notifyOne(); // unblock send() if congested in disconnectConnOriented()
990 pConn->mReadEvent.notifyOne(); // unblock receive() in disconnectConnOriented()
1175 mClients[ii]->mConnectingEvent.notifyOne(); in handleNfcOnOff()
1181 ->mClientConn->mCongEvent.notifyOne(); // unblock send() in handleNfcOnOff()
1186 ->mClientConn->mReadEvent.notifyOne(); // unblock receive() in handleNfcOnOff()
1242 pSrv->mRegServerEvent.notifyOne(); // unblock registerServer() in nfaServerCallback()
1290 pSrv->mConnRequestEvent.notifyOne(); // unblock accept() in nfaServerCallback()
1316 pConn->mDisconnectingEvent.notifyOne(); in nfaServerCallback()
1324 pConn->mCongEvent.notifyOne(); // unblock write (if congested) in nfaServerCallback()
1332 pConn->mReadEvent.notifyOne(); // unblock receive() in nfaServerCallback()
1351 pConn->mReadEvent.notifyOne(); in nfaServerCallback()
1367 pConn->mCongEvent.notifyOne(); in nfaServerCallback()
1414 pClient->mRegisteringEvent.notifyOne(); in nfaClientCallback()
1457 pClient->mConnectingEvent.notifyOne(); // unblock createDataLinkConn() in nfaClientCallback()
1476 pClient->mConnectingEvent.notifyOne(); in nfaClientCallback()
1484 pConn->mDisconnectingEvent.notifyOne(); in nfaClientCallback()
1492 pConn->mCongEvent.notifyOne(); // unblock write (if congested) in nfaClientCallback()
1500 pConn->mReadEvent.notifyOne(); // unblock receive() in nfaClientCallback()
1519 pConn->mReadEvent.notifyOne(); in nfaClientCallback()
1535 pConn->mCongEvent.notifyOne(); in nfaClientCallback()
1561 mSetTechEvent.notifyOne(); // unblock NFA_SetP2pListenTech() in connectionEventHandler()
1728 ->mCongEvent.notifyOne(); // unblock write (if congested) in unblockAll()
1732 mServerConn[jj]->mReadEvent.notifyOne(); // unblock receive() in unblockAll()