Searched refs:vhandle (Results 1 – 2 of 2) sorted by relevance
73 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() argument75 CRYPTO_THREAD *handle = vhandle; in ossl_crypto_thread_join()78 if (vhandle == NULL) in ossl_crypto_thread_join()95 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() argument97 CRYPTO_THREAD *handle = vhandle; in ossl_crypto_thread_clean()115 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() argument120 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() argument
22 int ossl_crypto_thread_clean(void *vhandle);
Completed in 7 milliseconds