Searched defs:thread (Results 1 – 2 of 2) sorted by relevance
18 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()
91 pthread_t thread; member