Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dthreads_win.c540 # define ONCE_ININIT 1 macro
556 result = InterlockedCompareExchange(lock, ONCE_ININIT, ONCE_UNINITED); in CRYPTO_THREAD_run_once()
562 } while (result == ONCE_ININIT); in CRYPTO_THREAD_run_once()

Completed in 5 milliseconds