Searched refs:MyThread (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/bridges/test/ |
H A D | testserver.cxx | 70 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 D | testsameprocess.cxx | 64 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()
|
/aoo42x/main/io/test/ |
H A D | testconnection.cxx | 51 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 19 milliseconds