Home
last modified time | relevance | path

Searched refs:winBigLock (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c51138 static sqlite3_mutex *winBigLock = 0; local
51140 sqlite3_mutex_enter(winBigLock);
51143 sqlite3_mutex_leave(winBigLock);
51147 return sqlite3_mutex_held(winBigLock);
53790 winBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);
53805 winBigLock = 0;