Searched refs:tsan_lock (Results 1 – 3 of 3) sorted by relevance
62 static CRYPTO_RWLOCK *tsan_lock; variable76 if (!TEST_true(CRYPTO_THREAD_write_lock(tsan_lock))) in get_new_uid()79 if (!TEST_true(CRYPTO_THREAD_unlock(tsan_lock))) in get_new_uid()1282 if (!TEST_ptr(tsan_lock = CRYPTO_THREAD_lock_new())) in setup_tests()1322 CRYPTO_THREAD_lock_free(tsan_lock); in cleanup_tests()
854 CRYPTO_RWLOCK *tsan_lock; member2988 if (!CRYPTO_THREAD_write_lock(ctx->tsan_lock)) in ssl_tsan_lock()2997 CRYPTO_THREAD_unlock(ctx->tsan_lock); in ssl_tsan_unlock()
3976 ret->tsan_lock = CRYPTO_THREAD_lock_new(); in SSL_CTX_new_ex()3977 if (ret->tsan_lock == NULL) { in SSL_CTX_new_ex()4370 CRYPTO_THREAD_lock_free(a->tsan_lock); in SSL_CTX_free()
Completed in 37 milliseconds