Lines Matching refs:vos

65 vos::OMutex *pMPostUserEvent=NULL;		// Notwendig, da nicht threadfest
67 CommunicationLinkViaSocket::CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSoc… in CommunicationLinkViaSocket()
76 pMPostUserEvent = new vos::OMutex; in CommunicationLinkViaSocket()
91 vos::OGuard aGuard( aMConnectionClosed ); in ~CommunicationLinkViaSocket()
102 vos::OGuard aGuard( aMDataReceived ); in ~CommunicationLinkViaSocket()
131 vos::OStreamSocket *pTempSocket = GetStreamSocket(); in ShutdownCommunication()
209 vos::OGuard aGuard( aMDataReceived ); in run()
210 vos::OGuard aGuard2( *pMPostUserEvent ); in run()
220 vos::OGuard aGuard( aMConnectionClosed ); in run()
221 vos::OGuard aGuard2( *pMPostUserEvent ); in run()
238 vos::OGuard aGuard( aMConnectionClosed ); in ConnectionClosed()
249 vos::OGuard aGuard( aMDataReceived ); in DataReceived()
453 pMPostUserEvent = new vos::OMutex; in CommunicationManagerServerAcceptThread()
480 vos::OGuard aGuard( aMAddConnection ); in ~CommunicationManagerServerAcceptThread()
500 pAcceptorSocket = new vos::OAcceptorSocket(); in run()
501 vos::OInetSocketAddr Addr; in run()
514 vos::OStreamSocket *pStreamSocket = NULL; in run()
518 pStreamSocket = new vos::OStreamSocket; in run()
521 case vos::ISocketTypes::TResult_Ok: in run()
531 vos::OGuard aGuard( aMAddConnection ); in run()
532 vos::OGuard aGuard2( *pMPostUserEvent ); in run()
537 case vos::ISocketTypes::TResult_TimedOut: in run()
541 case vos::ISocketTypes::TResult_Error: in run()
546 case vos::ISocketTypes::TResult_Interrupted: in run()
547 case vos::ISocketTypes::TResult_InProgress: in run()
557 vos::OGuard aGuard( aMAddConnection ); in IMPL_LINK()