Searched refs:winBigLock (Results 1 – 1 of 1) sorted by relevance
52717 static sqlite3_mutex *winBigLock = 0; variable52719 sqlite3_mutex_enter(winBigLock);52722 sqlite3_mutex_leave(winBigLock);52726 return sqlite3_mutex_held(winBigLock);55290 winBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);55298 winBigLock = 0;