Searched refs:winMutex_isNt (Results 1 – 1 of 1) sorted by relevance
29650 static int winMutex_isNt = -1; /* <0 means "need to query" */ variable29861 assert( winMutex_isNt>=-1 && winMutex_isNt<=1 ); in winMutexTry()29862 if( winMutex_isNt<0 ){ in winMutexTry()29863 winMutex_isNt = sqlite3_win32_is_nt(); in winMutexTry()29865 assert( winMutex_isNt==0 || winMutex_isNt==1 ); in winMutexTry()29866 if( winMutex_isNt && TryEnterCriticalSection(&p->mutex) ){ in winMutexTry()