Searched refs:winMutex_lock (Results 1 – 2 of 2) sorted by relevance
17873 static long winMutex_lock = 0; variable17877 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){ in winMutexInit()17895 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){ in winMutexEnd()
29488 static LONG SQLITE_WIN32_VOLATILE winMutex_lock = 0; variable29495 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){ in winMutexInit()29518 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){ in winMutexEnd()