Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_tserver_test.c23 static CRYPTO_RWLOCK *fake_time_lock; variable
40 if (!CRYPTO_THREAD_read_lock(fake_time_lock)) in fake_now()
45 CRYPTO_THREAD_unlock(fake_time_lock); in fake_now()
314 if (!TEST_true(CRYPTO_THREAD_write_lock(fake_time_lock))) in do_test()
317 CRYPTO_THREAD_unlock(fake_time_lock); in do_test()
431 if ((fake_time_lock = CRYPTO_THREAD_lock_new()) == NULL) in setup_tests()

Completed in 7 milliseconds