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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c17873 static long winMutex_lock = 0; variable
17877 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){
17895 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){
[all...]

Completed in 387 milliseconds