Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_pthread_server.c95 long int thread_id = (long int) pthread_self(); in my_mutexed_debug() local
101 file, line, thread_id, str ); in my_mutexed_debug()
127 long int thread_id = (long int) pthread_self(); in handle_ssl_connection() local
134 mbedtls_printf( " [ #%ld ] Setting up SSL/TLS data\n", thread_id ); in handle_ssl_connection()
142 thread_id, -ret ); in handle_ssl_connection()
151 mbedtls_printf( " [ #%ld ] Performing the SSL/TLS handshake\n", thread_id ); in handle_ssl_connection()
158 thread_id, -ret ); in handle_ssl_connection()
163 mbedtls_printf( " [ #%ld ] ok\n", thread_id ); in handle_ssl_connection()
168 mbedtls_printf( " [ #%ld ] < Read from client\n", thread_id ); in handle_ssl_connection()
185 thread_id ); in handle_ssl_connection()
[all …]