Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c52717 static sqlite3_mutex *winBigLock = 0; variable
52719 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;