Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dthreading_helpers.h50 void mbedtls_test_thread_set_alt(int (*thread_create)(mbedtls_test_thread_t *thread,
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c239 static int thread_create(mbedtls_net_context *client_fd) in thread_create() function
456 if ((ret = thread_create(&client_fd)) != 0) { in main()