Home
last modified time | relevance | path

Searched defs:once (Results 1 – 5 of 5) sorted by relevance

/openssl-master/include/internal/
A Dthread_once.h129 # define RUN_ONCE(once, init) \ argument
147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
/openssl-master/ms/
A Dapplink.c105 static int once = 1; in OPENSSL_Applink() local
/openssl-master/crypto/
A Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
A Dthreads_pthread.c142 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
A Dthreads_win.c122 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()

Completed in 8 milliseconds