Searched refs:time_lock (Results 1 – 1 of 1) sorted by relevance
86 CRYPTO_RWLOCK *time_lock; member345 if (!TEST_true(CRYPTO_THREAD_read_lock(h->time_lock))) in get_time()350 CRYPTO_THREAD_unlock(h->time_lock); in get_time()356 if (!TEST_true(CRYPTO_THREAD_write_lock(h->time_lock))) in skip_time_ms()361 CRYPTO_THREAD_unlock(h->time_lock); in skip_time_ms()665 CRYPTO_THREAD_lock_free(h->time_lock); in helper_cleanup()666 h->time_lock = NULL; in helper_cleanup()693 if (!TEST_ptr(h->time_lock = CRYPTO_THREAD_lock_new())) in helper_init()
Completed in 15 milliseconds