Home
last modified time | relevance | path

Searched refs:MyThread (Results 1 – 3 of 3) sorted by relevance

/trunk/main/bridges/test/
H A Dtestserver.cxx70 class MyThread : class
74 MyThread( const Reference< XAcceptor > &r , in MyThread() function in MyThread
104 void MyThread::latencyTest( const Reference< XConnection > &r ) in latencyTest()
115 void MyThread::run() in run()
219 MyThread thread( rAcceptor , in main()
H A Dtestsameprocess.cxx64 class MyThread : class
68 MyThread( const Reference< XAcceptor > &r , in MyThread() function in MyThread
85 void MyThread::run() in run()
154 MyThread threadAcceptor( rAcceptor , rFactory , OUString::createFromAscii( argv[1] ) ); in main()
/trunk/main/io/test/
H A Dtestconnection.cxx51 class MyThread : class
55 MyThread( const Reference< XAcceptor > &r , const OUString & sConnectionDescription) : in MyThread() function in MyThread
91 void MyThread::run() in run()
129 MyThread thread( rAcceptor , sConnectionDescription ); in testConnection()
255 MyThread thread( rAcceptor , OUString::createFromAscii("socket,host=localhost,port=2001") ); in main()

Completed in 23 milliseconds