Home
last modified time | relevance | path

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

/openssl/test/
H A Dlhash_test.c508 static CRYPTO_RWLOCK *testrand_lock; variable
560 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