Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c3690 static sqlite3_mutex *winBigLock = 0; variable
3692 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;