Lines Matching refs:thread_id
93 long int thread_id = (long int) pthread_self(); in my_mutexed_debug() local
99 file, line, thread_id, str ); in my_mutexed_debug()
125 long int thread_id = (long int) pthread_self(); in handle_ssl_connection() local
132 mbedtls_printf( " [ #%ld ] Setting up SSL/TLS data\n", thread_id ); in handle_ssl_connection()
140 thread_id, ( unsigned int ) -ret ); in handle_ssl_connection()
149 mbedtls_printf( " [ #%ld ] Performing the SSL/TLS handshake\n", thread_id ); in handle_ssl_connection()
156 thread_id, ( unsigned int ) -ret ); in handle_ssl_connection()
161 mbedtls_printf( " [ #%ld ] ok\n", thread_id ); in handle_ssl_connection()
166 mbedtls_printf( " [ #%ld ] < Read from client\n", thread_id ); in handle_ssl_connection()
183 thread_id ); in handle_ssl_connection()
188 thread_id ); in handle_ssl_connection()
193 thread_id, ( unsigned int ) -ret ); in handle_ssl_connection()
200 thread_id, len, (char *) buf ); in handle_ssl_connection()
210 mbedtls_printf( " [ #%ld ] > Write to client:\n", thread_id ); in handle_ssl_connection()
220 thread_id ); in handle_ssl_connection()
227 thread_id, ( unsigned int ) ret ); in handle_ssl_connection()
234 thread_id, len, (char *) buf ); in handle_ssl_connection()
236 mbedtls_printf( " [ #%ld ] . Closing the connection...", thread_id ); in handle_ssl_connection()
244 thread_id, ( unsigned int ) ret ); in handle_ssl_connection()
261 thread_id, ( unsigned int ) -ret, error_buf ); in handle_ssl_connection()