Searched refs:winBigLock (Results 1 – 1 of 1) sorted by relevance
3690 static sqlite3_mutex *winBigLock = 0; variable3692 sqlite3_mutex_enter(winBigLock);3695 sqlite3_mutex_leave(winBigLock);3699 return sqlite3_mutex_held(winBigLock);6174 winBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);6189 winBigLock = 0;