Symbol: write_lock
crypto/openssl/crypto/threads_pthread.c
246
pthread_mutex_t write_lock;
crypto/openssl/crypto/threads_pthread.c
447
pthread_mutex_lock(&lock->write_lock);
crypto/openssl/crypto/threads_pthread.c
448
TSAN_FAKE_UNLOCK(&lock->write_lock);
crypto/openssl/crypto/threads_pthread.c
453
TSAN_FAKE_LOCK(&lock->write_lock);
crypto/openssl/crypto/threads_pthread.c
454
pthread_mutex_unlock(&lock->write_lock);
crypto/openssl/crypto/threads_pthread.c
464
pthread_mutex_lock(&lock->write_lock);
crypto/openssl/crypto/threads_pthread.c
467
pthread_mutex_unlock(&lock->write_lock);
crypto/openssl/crypto/threads_pthread.c
557
mutexes[i] = pthread_mutex_init(&new->write_lock, NULL) == 0 ? &new->write_lock : NULL;
crypto/openssl/crypto/threads_pthread.c
608
pthread_mutex_destroy(&rlock->write_lock);
crypto/openssl/crypto/threads_win.c
108
CRYPTO_MUTEX *write_lock;
crypto/openssl/crypto/threads_win.c
156
new->write_lock = ossl_crypto_mutex_new();
crypto/openssl/crypto/threads_win.c
165
|| new->write_lock == NULL
crypto/openssl/crypto/threads_win.c
175
ossl_crypto_mutex_free(&new->write_lock);
crypto/openssl/crypto/threads_win.c
191
ossl_crypto_mutex_free(&lock->write_lock);
crypto/openssl/crypto/threads_win.c
268
ossl_crypto_mutex_lock(lock->write_lock);
crypto/openssl/crypto/threads_win.c
273
ossl_crypto_mutex_unlock(lock->write_lock);
crypto/openssl/crypto/threads_win.c
365
ossl_crypto_mutex_lock(lock->write_lock);
crypto/openssl/crypto/threads_win.c
368
ossl_crypto_mutex_unlock(lock->write_lock);
sys/compat/linuxkpi/common/include/linux/rwlock.h
45
#define write_lock_irq(lock) write_lock((lock))
sys/compat/linuxkpi/common/include/linux/rwlock.h
50
do {(flags) = 0; write_lock(lock); } while (0)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
109
write_lock(&ibdev->roce.netdev_lock);
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
3146
write_lock(&dev->roce.netdev_lock);
sys/ofed/drivers/infiniband/core/ib_cache.c
1119
write_lock(&table->rwlock);