Home
last modified time | relevance | path

Searched refs:clientThread (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/remote_device/
H A Dtest_RemoteConnector.cpp168 QThread clientThread; in requestWithNoDeviceNameIsRejected() local
175 clientThread.start(); in requestWithNoDeviceNameIsRejected()
183 clientThread.exit(); in requestWithNoDeviceNameIsRejected()
193 QThread clientThread; in requestWithNoDeviceInfoIsRejected() local
200 clientThread.start(); in requestWithNoDeviceInfoIsRejected()
207 clientThread.exit(); in requestWithNoDeviceInfoIsRejected()
219 QThread clientThread; in requestWithEncryptedServerAndReconnectFails() local
234 clientThread.exit(); in requestWithEncryptedServerAndReconnectFails()
259 clientThread.exit(); in requestWithUnsupportedApiLevelIsRejected()
284 clientThread.exit(); in noServerResponseCausesConnectionErrorOrTimeout()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dzerolen.c93 PRThread *clientThread; in main() local
126 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
129 if (NULL == clientThread) { in main()
159 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
167 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
170 if (NULL == clientThread) { in main()
198 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
206 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
209 if (NULL == clientThread) { in main()
237 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dzerolen.c93 PRThread *clientThread; in main() local
126 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
129 if (NULL == clientThread) { in main()
159 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
167 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
170 if (NULL == clientThread) { in main()
198 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
206 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
209 if (NULL == clientThread) { in main()
237 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dzerolen.c93 PRThread *clientThread; in main() local
129 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
132 if (NULL == clientThread) { in main()
165 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
173 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
176 if (NULL == clientThread) { in main()
210 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
218 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
221 if (NULL == clientThread) { in main()
255 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dzerolen.c93 PRThread *clientThread; in main() local
129 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
132 if (NULL == clientThread) { in main()
165 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
173 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
176 if (NULL == clientThread) { in main()
210 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
218 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
221 if (NULL == clientThread) { in main()
255 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dzerolen.c93 PRThread *clientThread; in main() local
126 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
129 if (NULL == clientThread) { in main()
159 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
167 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
170 if (NULL == clientThread) { in main()
198 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
206 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
209 if (NULL == clientThread) { in main()
237 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dzerolen.c93 PRThread *clientThread; in main() local
126 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
129 if (NULL == clientThread) { in main()
159 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
167 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
170 if (NULL == clientThread) { in main()
198 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
206 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
209 if (NULL == clientThread) { in main()
237 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dzerolen.c93 PRThread *clientThread; in main() local
126 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
129 if (NULL == clientThread) { in main()
159 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
167 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
170 if (NULL == clientThread) { in main()
198 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
206 clientThread = PR_CreateThread(PR_USER_THREAD, in main()
209 if (NULL == clientThread) { in main()
237 if (PR_JoinThread(clientThread) == PR_FAILURE) { in main()
/dports/lang/nim/nim-1.6.2/tests/stdlib/
H A Dtssl.nim59 var clientThread: Thread[Port]
60 createThread(clientThread, abruptShutdown, port)
67 joinThread clientThread
89 var clientThread: Thread[Port]
90 createThread(clientThread, abruptShutdown, port)
97 joinThread clientThread
116 var clientThread: Thread[Port]
117 createThread(clientThread, notifiedShutdown, port)
125 joinThread clientThread
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/launcher/
H A DLauncherBackend.scala34 private var clientThread: Thread = _
46 clientThread = LauncherBackend.threadFactory.newThread(connection)
47 clientThread.start()
57 if (clientThread != null) {
58 clientThread.join()
/dports/devel/spark/spark-2.1.1/launcher/src/test/java/org/apache/spark/launcher/
H A DLauncherServerSuite.java105 client.clientThread.join(); in testCommunication()
182 client.clientThread.join(); in testSparkSubmitVmShutsDown()
205 final Thread clientThread; field in LauncherServerSuite.TestClient
210 this.clientThread = new Thread(this); in TestClient()
211 clientThread.setName("TestClient"); in TestClient()
212 clientThread.setDaemon(true); in TestClient()
213 clientThread.start(); in TestClient()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DCloseSocket.java56 private volatile Thread clientThread = null; field in CloseSocket
60 clientThread = Thread.currentThread(); in runClientApplication()
105 if (clientThread == null) { in isHandshakeStarted()
108 StackTraceElement[] traces = clientThread.getStackTrace(); in isHandshakeStarted()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/TLSv12/
H A DProtocolFilter.java180 Thread clientThread = null; field in ProtocolFilter
210 if (clientThread != null) { in ProtocolFilter()
211 clientThread.join(); in ProtocolFilter()
293 clientThread = new Thread() { in startClient()
306 clientThread.start(); in startClient()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/ssl/DHKeyExchange/
H A DLegacyDHEKeyExchange.java188 Thread clientThread = null; field in LegacyDHEKeyExchange
218 if (clientThread != null) { in LegacyDHEKeyExchange()
219 clientThread.join(); in LegacyDHEKeyExchange()
302 clientThread = new Thread() { in startClient()
316 clientThread.start(); in startClient()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/net/ssl/TLSv12/
H A DProtocolFilter.java180 Thread clientThread = null; field in ProtocolFilter
210 if (clientThread != null) { in ProtocolFilter()
211 clientThread.join(); in ProtocolFilter()
293 clientThread = new Thread() { in startClient()
306 clientThread.start(); in startClient()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/ssl/DHKeyExchange/
H A DLegacyDHEKeyExchange.java188 Thread clientThread = null; field in LegacyDHEKeyExchange
218 if (clientThread != null) { in LegacyDHEKeyExchange()
219 clientThread.join(); in LegacyDHEKeyExchange()
302 clientThread = new Thread() { in startClient()
316 clientThread.start(); in startClient()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketImplThrowsWrongExceptions.java180 Thread clientThread = null; field in SSLSocketImplThrowsWrongExceptions
210 if (clientThread != null) { in SSLSocketImplThrowsWrongExceptions()
211 clientThread.join(); in SSLSocketImplThrowsWrongExceptions()
293 clientThread = new Thread() { in startClient()
306 clientThread.start(); in startClient()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/ssl/DHKeyExchange/
H A DLegacyDHEKeyExchange.java188 Thread clientThread = null; field in LegacyDHEKeyExchange
218 if (clientThread != null) { in LegacyDHEKeyExchange()
219 clientThread.join(); in LegacyDHEKeyExchange()
302 clientThread = new Thread() { in startClient()
316 clientThread.start(); in startClient()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/TLSv12/
H A DProtocolFilter.java180 Thread clientThread = null; field in ProtocolFilter
210 if (clientThread != null) { in ProtocolFilter()
211 clientThread.join(); in ProtocolFilter()
293 clientThread = new Thread() { in startClient()
306 clientThread.start(); in startClient()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/TLSv12/
H A DProtocolFilter.java180 Thread clientThread = null; field in ProtocolFilter
210 if (clientThread != null) { in ProtocolFilter()
211 clientThread.join(); in ProtocolFilter()
293 clientThread = new Thread() { in startClient()
306 clientThread.start(); in startClient()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/ssl/DHKeyExchange/
H A DLegacyDHEKeyExchange.java188 Thread clientThread = null; field in LegacyDHEKeyExchange
218 if (clientThread != null) { in LegacyDHEKeyExchange()
219 clientThread.join(); in LegacyDHEKeyExchange()
302 clientThread = new Thread() { in startClient()
316 clientThread.start(); in startClient()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketImplThrowsWrongExceptions.java180 Thread clientThread = null; field in SSLSocketImplThrowsWrongExceptions
210 if (clientThread != null) { in SSLSocketImplThrowsWrongExceptions()
211 clientThread.join(); in SSLSocketImplThrowsWrongExceptions()
293 clientThread = new Thread() { in startClient()
306 clientThread.start(); in startClient()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/net/ssl/TLSv12/
H A DProtocolFilter.java180 Thread clientThread = null; field in ProtocolFilter
210 if (clientThread != null) { in ProtocolFilter()
211 clientThread.join(); in ProtocolFilter()
293 clientThread = new Thread() { in startClient()
306 clientThread.start(); in startClient()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/ssl/DHKeyExchange/
H A DLegacyDHEKeyExchange.java188 Thread clientThread = null; field in LegacyDHEKeyExchange
218 if (clientThread != null) { in LegacyDHEKeyExchange()
219 clientThread.join(); in LegacyDHEKeyExchange()
302 clientThread = new Thread() { in startClient()
316 clientThread.start(); in startClient()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/net/ssl/TLSv12/
H A DProtocolFilter.java180 Thread clientThread = null; field in ProtocolFilter
210 if (clientThread != null) { in ProtocolFilter()
211 clientThread.join(); in ProtocolFilter()
293 clientThread = new Thread() { in startClient()
306 clientThread.start(); in startClient()

12345678910>>...50