Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c278 static int thread_create( mbedtls_net_context *client_fd ) in thread_create() function
494 if( ( ret = thread_create( &client_fd ) ) != 0 ) in main()