HomeSort by: relevance | last modified time | path
    Searched defs:RUN_ONCE (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
thread_once.h 17 * Initialisation of global data should never happen via "RUN_ONCE" inside the
119 * RUN_ONCE - use CRYPTO_THREAD_run_once, and check if the init succeeded
129 #define RUN_ONCE(once, init) \
  /src/crypto/external/bsd/openssl/dist/include/internal/
thread_once.h 17 * Initialisation of global data should never happen via "RUN_ONCE" inside the
119 * RUN_ONCE - use CRYPTO_THREAD_run_once, and check if the init succeeded
129 # define RUN_ONCE(once, init) \
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
thread_once.h 108 * RUN_ONCE - use CRYPTO_THREAD_run_once, and check if the init succeeded
118 #define RUN_ONCE(once, init) \
  /src/sys/sys/
once.h 52 #define RUN_ONCE(o, fn) \

Completed in 20 milliseconds