Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c70 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()
[all …]