Home
last modified time | relevance | path

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

/crypto/
A Dthreads_win.c529 # define ONCE_UNINITED 0 macro
546 result = InterlockedCompareExchange(lock, ONCE_ININIT, ONCE_UNINITED); in CRYPTO_THREAD_run_once()
547 if (result == ONCE_UNINITED) { in CRYPTO_THREAD_run_once()

Completed in 8 milliseconds