Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dthreading_helpers.c18 static int threading_thread_create_pthread(mbedtls_test_thread_t *thread, void *(*thread_func)( in threading_thread_create_pthread()
32 static int threading_thread_join_pthread(mbedtls_test_thread_t *thread) in threading_thread_join_pthread()
53 static int threading_thread_create_fail(mbedtls_test_thread_t *thread, in threading_thread_create_fail()
64 static int threading_thread_join_fail(mbedtls_test_thread_t *thread) in threading_thread_join_fail()
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c91 pthread_t thread; member