Home
last modified time | relevance | path

Searched refs:myAcceptorThread (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sal/qa/osl/socket/
H A Dosl_AcceptorSocket.cxx170 AcceptorThread myAcceptorThread( asSocketAssign, rtl::OUString::createFromAscii("127.0.0.1") );
171 myAcceptorThread.create();
180 myAcceptorThread.join();
183 myAcceptorThread.isOK() == sal_True );
H A Dosl_Socket2.cxx379 AcceptorThread myAcceptorThread( asSocket, rtl::OUString::createFromAscii("127.0.0.1") ); in close_002() local
380 myAcceptorThread.create(); in close_002()
387 myAcceptorThread.join(); in close_002()
390 myAcceptorThread.isOK() == sal_True ); in close_002()
398 AcceptorThread myAcceptorThread( asSocket, rtl::OUString::createFromAscii("0.0.0.0") ); in close_003() local
399 myAcceptorThread.create(); in close_003()
403 myAcceptorThread.join(); in close_003()
406 myAcceptorThread.isOK() == sal_True ); in close_003()
H A Dosl_Socket.cxx1715 myAcceptorThread.create(); in close_002()
1722 myAcceptorThread.join(); in close_002()
1725 myAcceptorThread.isOK() == sal_True ); in close_002()
1734 myAcceptorThread.create(); in close_003()
1738 myAcceptorThread.join(); in close_003()
1741 myAcceptorThread.isOK() == sal_True ); in close_003()
3034 myAcceptorThread.create(); in shutdown_001()
3040 myAcceptorThread.join(); in shutdown_001()
3381 myAcceptorThread.create();
3390 myAcceptorThread.join();
[all …]
H A Dosl_StreamSocket.cxx791 … AcceptorThread myAcceptorThread( asSocket, rtl::OUString::createFromAscii("127.0.0.1") ); in shutdown_001() local
792 myAcceptorThread.create(); in shutdown_001()
798 myAcceptorThread.join(); in shutdown_001()
801 myAcceptorThread.isOK( ) == sal_True ); in shutdown_001()

Completed in 100 milliseconds