HomeSort by: relevance | last modified time | path
    Searched refs:DEFINE_RUN_ONCE (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
thread_once.h 24 * DEFINE_RUN_ONCE: Define an initialiser function that should be run exactly
28 * DEFINE_RUN_ONCE(myinitfunc)
37 #define DEFINE_RUN_ONCE(init) \
48 * once that has been defined in another file via DEFINE_RUN_ONCE().
121 * @init: function name that was previously given to DEFINE_RUN_ONCE,
  /src/crypto/external/bsd/openssl/dist/include/internal/
thread_once.h 24 * DEFINE_RUN_ONCE: Define an initialiser function that should be run exactly
28 * DEFINE_RUN_ONCE(myinitfunc)
37 # define DEFINE_RUN_ONCE(init) \
48 * once that has been defined in another file via DEFINE_RUN_ONCE().
121 * @init: function name that was previously given to DEFINE_RUN_ONCE,
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
thread_once.h 13 * DEFINE_RUN_ONCE: Define an initialiser function that should be run exactly
17 * DEFINE_RUN_ONCE(myinitfunc)
26 #define DEFINE_RUN_ONCE(init) \
37 * once that has been defined in another file via DEFINE_RUN_ONCE().
110 * @init: function name that was previously given to DEFINE_RUN_ONCE,
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
eng_lib.c 21 DEFINE_RUN_ONCE(do_engine_lock_init)
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
eng_lib.c 21 DEFINE_RUN_ONCE(do_engine_lock_init)
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_lib.c 21 DEFINE_RUN_ONCE(do_engine_lock_init)

Completed in 25 milliseconds