Searched refs:io_lock (Results 1 – 1 of 1) sorted by relevance
26 static CRYPTO_RWLOCK *io_lock = NULL; variable46 io_lock = CRYPTO_THREAD_lock_new(); in test_open_streams()52 OPENSSL_assert(io_lock != NULL); in test_open_streams()75 CRYPTO_THREAD_lock_free(io_lock); in test_close_streams()82 OPENSSL_assert(CRYPTO_THREAD_write_lock(io_lock) > 0); in test_io_lock()89 CRYPTO_THREAD_unlock(io_lock); in test_io_unlock()
Completed in 5 milliseconds