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

/external/sqlite/dist/
H A Dsqlite3.c.orig17231 static long winMutex_lock = 0;
17235 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){
17253 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){
[all...]
H A Dsqlite3.c17238 static long winMutex_lock = 0; variable
17242 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){
17260 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){
[all...]

Completed in 1320 milliseconds