Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_win.c126 # define ONCE_UNINITED 0 macro
143 result = InterlockedCompareExchange(lock, ONCE_ININIT, ONCE_UNINITED); in CRYPTO_THREAD_run_once()
144 if (result == ONCE_UNINITED) { in CRYPTO_THREAD_run_once()
/third_party/openssl/crypto/
H A Dthreads_win.c126 # define ONCE_UNINITED 0 macro
143 result = InterlockedCompareExchange(lock, ONCE_ININIT, ONCE_UNINITED); in CRYPTO_THREAD_run_once()
144 if (result == ONCE_UNINITED) { in CRYPTO_THREAD_run_once()

Completed in 2 milliseconds