Searched refs:aTV (Results 1 – 2 of 2) sorted by relevance
74 TimeValue aTV; in run() local75 aTV.Seconds = 0; in run()76 aTV.Nanosec = 1000000000 / nNth; in run()77 wait( aTV ); in run()
677 TimeValue aTV; in DoStartCommunication() local678 aTV.Seconds = 10; // Warte 10 Sekunden in DoStartCommunication()679 aTV.Nanosec = 0; in DoStartCommunication()684 if ( pConnSocket->connect( Addr, &aTV ) == vos::ISocketTypes::TResult_Ok ) in DoStartCommunication()
Completed in 37 milliseconds