Lines Matching refs:thread_id
70 long int thread_id = (long int) pthread_self(); in my_mutexed_debug() local
76 file, line, thread_id, str); in my_mutexed_debug()
102 long int thread_id = (long int) pthread_self(); in handle_ssl_connection() local
109 mbedtls_printf(" [ #%ld ] Setting up SSL/TLS data\n", thread_id); in handle_ssl_connection()
116 thread_id, (unsigned int) -ret); in handle_ssl_connection()
125 mbedtls_printf(" [ #%ld ] Performing the SSL/TLS handshake\n", thread_id); in handle_ssl_connection()
130 thread_id, (unsigned int) -ret); in handle_ssl_connection()
135 mbedtls_printf(" [ #%ld ] ok\n", thread_id); in handle_ssl_connection()
140 mbedtls_printf(" [ #%ld ] < Read from client\n", thread_id); in handle_ssl_connection()
155 thread_id); in handle_ssl_connection()
160 thread_id); in handle_ssl_connection()
165 thread_id, (unsigned int) -ret); in handle_ssl_connection()
172 thread_id, len, (char *) buf); in handle_ssl_connection()
182 mbedtls_printf(" [ #%ld ] > Write to client:\n", thread_id); in handle_ssl_connection()
190 thread_id); in handle_ssl_connection()
196 thread_id, (unsigned int) ret); in handle_ssl_connection()
203 thread_id, len, (char *) buf); in handle_ssl_connection()
205 mbedtls_printf(" [ #%ld ] . Closing the connection...", thread_id); in handle_ssl_connection()
211 thread_id, (unsigned int) ret); in handle_ssl_connection()
227 thread_id, (unsigned int) -ret, error_buf); in handle_ssl_connection()