Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21275 u8 bFullMutex; /* True to enable full mutexing */ member
187564 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
187573 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
187582 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */
190460 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
190766 || sqlite3GlobalConfig.bFullMutex==0 );