Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmutex_w32.c122 static LONG SQLITE_WIN32_VOLATILE winMutex_lock = 0; variable
129 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){ in winMutexInit()
152 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){ in winMutexEnd()