Home
last modified time | relevance | path

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

/mbedtls-3.6.0/programs/ssl/
Dssl_pthread_server.c86 } thread_info_t; typedef
90 thread_info_t data;
94 static thread_info_t base_info;
100 thread_info_t *thread_info = (thread_info_t *) data; in handle_ssl_connection()