Lines Matching refs:myClientThread
611 ReadSocketThread myClientThread(_nBufferSize, _nValue, aCondition); in write_read() local
614 myClientThread.create( ); in write_read()
617 myClientThread.join( ); in write_read()
622 sal_Int32 nLength = myClientThread.getCount(); in write_read()
623 bool bIsOk = myClientThread.isOk(); // check if the values are right. in write_read()
637 ClientSocketThread myClientThread( aCondition ); in TEST_F() local
639 myClientThread.create( ); in TEST_F()
642 myClientThread.join( ); in TEST_F()
661 ClientSocketThread myClientThread( aCondition ); in TEST_F() local
662 myClientThread.create( ); in TEST_F()
674 myClientThread.join( ) ; in TEST_F()