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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c18297 static long winMutex_lock = 0; variable
18301 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){
18319 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){
[all...]

Completed in 392 milliseconds