Home
last modified time | relevance | path

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

/openssl/crypto/thread/
H A Dinternal.c73 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() argument
75 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() argument
97 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() argument
120 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() argument
/openssl/include/internal/
H A Dthread.h22 int ossl_crypto_thread_clean(void *vhandle);

Completed in 5 milliseconds