Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/thread/
H A Darch.c27 if ((handle->statelock = ossl_crypto_mutex_new()) == NULL) in ossl_crypto_thread_native_start()
41 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()
57 ossl_crypto_condvar_wait(thread->condvar, thread->statelock); in ossl_crypto_thread_native_join()
65 ossl_crypto_condvar_wait(thread->condvar, 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()
[all …]
/freebsd/crypto/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()
/freebsd/crypto/openssl/include/internal/
H A Dthread_arch.h77 CRYPTO_MUTEX *statelock; member
/freebsd/sbin/pfctl/
H A Dparse.y204 u_int32_t statelock; member
618 %type <v.i> sourcetrack flush unaryop statelock
845 | SET STATEPOLICY statelock {
2809 int statelock = 0; variable
2995 if (statelock) {
3000 statelock = 1;
3001 r.rule_flag |= o->data.statelock;
3092 if (r.keep_state && !statelock)
4743 statelock : IFBOUND {
4890 | statelock {
[all …]