Home
last modified time | relevance | path

Searched refs:myClientThread (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx611 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()
[all …]
H A Dosl_Socket.cxx2533 ReadSocketThread myClientThread(_nBufferSize, _nValue); in write_read() local
2536 myClientThread.create( ); in write_read()
2539 myClientThread.join( ); in write_read()
2544 sal_Int32 nLength = myClientThread.getCount(); in write_read()
2545 bool bIsOk = myClientThread.isOk(); // check if the values are right. in write_read()
2558 ClientSocketThread myClientThread; in TEST_F() local
2560 myClientThread.create( ); in TEST_F()
2563 myClientThread.join( ); in TEST_F()
2580 ClientSocketThread myClientThread; in TEST_F() local
2581 myClientThread.create( ); in TEST_F()
[all …]

Completed in 45 milliseconds