Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_pthread_server.c275 static int thread_create( mbedtls_net_context *client_fd ) in thread_create() function
490 if( ( ret = thread_create( &client_fd ) ) != 0 ) in main()