Searched defs:CRYPTO_once_t (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/
H A Dinternal.h315 typedef uint32_t CRYPTO_once_t; typedef
318 typedef INIT_ONCE CRYPTO_once_t; typedef
321 typedef pthread_once_t CRYPTO_once_t; typedef
328 * concurrent threads call |CRYPTO_once| with the same |CRYPTO_once_t| argument
332 * The |once| argument must be a |CRYPTO_once_t| that has been initialised with
334 OPENSSL_EXPORT void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void));

Completed in 31 milliseconds