Home | History | Annotate | Download | only in orig

Lines Matching refs:winMutex_isNt

24854 static int winMutex_isNt = -1; /* <0 means "need to query" */
25065 assert( winMutex_isNt>=-1 && winMutex_isNt<=1 );
25066 if( winMutex_isNt<0 ){
25067 winMutex_isNt = sqlite3_win32_is_nt();
25069 assert( winMutex_isNt==0 || winMutex_isNt==1 );
25070 if( winMutex_isNt && TryEnterCriticalSection(&p->mutex) ){