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

/external/boringssl/src/crypto/
H A Dinternal.h325 typedef uint32_t CRYPTO_once_t; typedef
328 typedef LONG CRYPTO_once_t; typedef
331 typedef pthread_once_t CRYPTO_once_t; typedef
336 * concurrent threads call |CRYPTO_once| with the same |CRYPTO_once_t| argument
340 * The |once| argument must be a |CRYPTO_once_t| that has been initialised with
342 OPENSSL_EXPORT void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void));
379 * |CRYPTO_once_t| to ensure that the lock is setup before use. This is done
387 CRYPTO_once_t once;

Completed in 71 milliseconds