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