Home
last modified time | relevance | path

Searched refs:statelock (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/thread/
H A Darch.c41 ossl_crypto_mutex_free(&handle->statelock); in ossl_crypto_thread_native_start()
54 ossl_crypto_mutex_lock(thread->statelock); in ossl_crypto_thread_native_join()
70 ossl_crypto_mutex_unlock(thread->statelock); in ossl_crypto_thread_native_join()
75 ossl_crypto_mutex_lock(thread->statelock); in ossl_crypto_thread_native_join()
87 ossl_crypto_mutex_unlock(thread->statelock); in ossl_crypto_thread_native_join()
94 ossl_crypto_mutex_lock(thread->statelock); in ossl_crypto_thread_native_join()
102 ossl_crypto_mutex_unlock(thread->statelock); in ossl_crypto_thread_native_join()
117 ossl_crypto_mutex_lock(handle->statelock); in ossl_crypto_thread_native_clean()
119 ossl_crypto_mutex_unlock(handle->statelock); in ossl_crypto_thread_native_clean()
122 ossl_crypto_mutex_unlock(handle->statelock); in ossl_crypto_thread_native_clean()
[all …]
/openssl/crypto/thread/arch/
H A Dthread_posix.c26 ossl_crypto_mutex_lock(thread->statelock); in thread_start_thunk()
30 ossl_crypto_mutex_unlock(thread->statelock); in thread_start_thunk()
H A Dthread_win.c26 ossl_crypto_mutex_lock(thread->statelock); in thread_start_thunk()
30 ossl_crypto_mutex_unlock(thread->statelock); in thread_start_thunk()
/openssl/include/internal/
H A Dthread_arch.h78 CRYPTO_MUTEX *statelock; member

Completed in 11 milliseconds