Lines Matching refs:thread_id
95 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()
190 thread_id ); in handle_ssl_connection()
195 thread_id, -ret ); in handle_ssl_connection()
202 thread_id, len, (char *) buf ); in handle_ssl_connection()
212 mbedtls_printf( " [ #%ld ] > Write to client:\n", thread_id ); in handle_ssl_connection()
222 thread_id ); in handle_ssl_connection()
229 thread_id, ret ); in handle_ssl_connection()
236 thread_id, len, (char *) buf ); in handle_ssl_connection()
238 mbedtls_printf( " [ #%ld ] . Closing the connection...", thread_id ); in handle_ssl_connection()
246 thread_id, ret ); in handle_ssl_connection()
263 thread_id, -ret, error_buf ); in handle_ssl_connection()