Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c20185 u8 bFullMutex; /* True to enable full mutexing */ member
180240 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
180249 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
180258 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */
183037 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
183338 || sqlite3GlobalConfig.bFullMutex==0 );