Home
last modified time | relevance | path

Searched refs:ONCE_ININIT (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_win.c127 # define ONCE_ININIT 1 macro
143 result = InterlockedCompareExchange(lock, ONCE_ININIT, ONCE_UNINITED); in CRYPTO_THREAD_run_once()
149 } while (result == ONCE_ININIT); in CRYPTO_THREAD_run_once()
/third_party/openssl/crypto/
H A Dthreads_win.c127 # define ONCE_ININIT 1 macro
143 result = InterlockedCompareExchange(lock, ONCE_ININIT, ONCE_UNINITED); in CRYPTO_THREAD_run_once()
149 } while (result == ONCE_ININIT); in CRYPTO_THREAD_run_once()

Completed in 1 milliseconds