Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
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()