Searched refs:testrand_lock (Results 1 – 1 of 1) sorted by relevance
508 static CRYPTO_RWLOCK *testrand_lock; variable560 if (!TEST_true(CRYPTO_THREAD_write_lock(testrand_lock))) in do_mt_hash_work()564 CRYPTO_THREAD_unlock(testrand_lock); in do_mt_hash_work()664 if (!TEST_ptr(testrand_lock = CRYPTO_THREAD_lock_new())) in test_hashtable_multithread()706 CRYPTO_THREAD_lock_free(testrand_lock); in test_hashtable_multithread()
Completed in 4 milliseconds