HomeSort by relevance Sort by last modified time
    Searched full:winmutex_lock (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mutex_w32.c 110 static long winMutex_lock = 0;
114 if( InterlockedCompareExchange(&winMutex_lock, 1, 0)==0 ){
132 if( InterlockedCompareExchange(&winMutex_lock, 0, 1)==1 ){

Completed in 798 milliseconds