Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21297 u8 bFullMutex; /* True to enable full mutexing */ member
187819 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
187828 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
187837 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */
190751 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
191057 || sqlite3GlobalConfig.bFullMutex==0 );