Home
last modified time | relevance | path

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

/openssl-master/test/
A Dthreadstest.c72 static CRYPTO_ONCE once_run = CRYPTO_ONCE_STATIC_INIT; variable
82 CRYPTO_THREAD_run_once(&once_run, once_do_run); in once_run_thread_cb()
91 || !CRYPTO_THREAD_run_once(&once_run, once_do_run) in test_once()

Completed in 3 milliseconds