Searched refs:winMutex_lock (Results 1 – 1 of 1) sorted by relevance
31175 static LONG SQLITE_WIN32_VOLATILE winMutex_lock = 0; variable31182 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){ in winMutexInit()31201 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){ in winMutexEnd()