Searched refs:client_thread (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-44-crashes.c252 pthread_t client_thread, server_thread; local
279 pthread_create(&client_thread, NULL, securetransport_ssl_thread, client);
283 pthread_join(client_thread, (void*)&client_err);
H A Dssl-48-split.c285 pthread_t client_thread, server_thread; local
322 pthread_create(&client_thread, NULL, securetransport_ssl_thread, client);
326 pthread_join(client_thread, (void*)&client_err);
H A Dssl-42-ciphers.c588 pthread_t client_thread, server_thread; local
637 pthread_create(&client_thread, NULL, securetransport_ssl_thread, client);
641 pthread_join(client_thread, (void*)&client_err);
H A Dssl-39-echo.c674 pthread_t client_thread, server_thread; local
723 pthread_create(&client_thread, NULL, securetransport_ssl_thread, client);
727 pthread_join(client_thread, (void*)&client_err);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslHandshakeTimeRB/
H A DsslHandshakeTimeRB.cpp54 pthread_t client_thread = NULL; local
66 result = pthread_create(&client_thread, NULL,
83 result = pthread_join(client_thread, &status);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslEAP/
H A DsslEAP.cpp59 pthread_t client_thread = NULL; local
185 result = pthread_create(&client_thread, NULL,
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslThroughput/
H A DsslThroughput.cpp68 pthread_t client_thread = NULL; local
243 result = pthread_create(&client_thread, NULL,
/macosx-10.10/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Dst_test.c670 pthread_t client_thread, server_thread; local
734 pthread_create(&client_thread, NULL, securetransport_ssl_thread, client);
738 pthread_join(client_thread, (void*)&client_err);
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_socket.rb511 client_thread = Thread.new do
514 begin sleep(0.1) end until client_thread.stop?
518 assert_raise(IOError, bug4390) {client_thread.join}
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dimap.rb224 attr_accessor :client_thread
1072 @client_thread = Thread.current

Completed in 103 milliseconds