Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dthread_once.h129 # define RUN_ONCE(once, init) \ argument
147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
/openssl/ms/
H A Dapplink.c114 static int once = 1; in OPENSSL_Applink() local
/openssl/crypto/
H A Dthreads_none.c143 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
H A Dthreads_win.c547 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
H A Dthreads_pthread.c814 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()

Completed in 43 milliseconds