Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dthreads_win.c69 # define ONCE_UNINITED 0 macro
86 result = InterlockedCompareExchange(lock, ONCE_ININIT, ONCE_UNINITED); in CRYPTO_THREAD_run_once()
87 if (result == ONCE_UNINITED) { in CRYPTO_THREAD_run_once()