Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c97 static void *handle_ssl_connection(void *data) in handle_ssl_connection() function
270 if ((ret = pthread_create(&threads[i].thread, NULL, handle_ssl_connection, in thread_create()