Home
last modified time | relevance | path

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

/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx610 WriteSocketThread myServerThread(_nBufferSize, _nValue, aCondition); in write_read() local
612 myServerThread.create( ); in write_read()
618 myServerThread.join( ); in write_read()
636 ServerSocketThread myServerThread( aCondition ); in TEST_F() local
638 myServerThread.create( ); in TEST_F()
643 myServerThread.join( ); in TEST_F()
647 sal_Int32 nRes = strcmp( myServerThread.pReadBuffer, myStr ); in TEST_F()
H A Dosl_Socket.cxx2532 WriteSocketThread myServerThread(_nBufferSize, _nValue); in write_read() local
2534 myServerThread.create( ); in write_read()
2540 myServerThread.join( ); in write_read()
2557 ServerSocketThread myServerThread; in TEST_F() local
2559 myServerThread.create( ); in TEST_F()
2564 myServerThread.join( ); in TEST_F()
2568 sal_Int32 nRes = strcmp( myServerThread.pReadBuffer, myStr ); in TEST_F()

Completed in 50 milliseconds