Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c20653 u8 bFullMutex; /* True to enable full mutexing */ member
183098 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
183107 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
183116 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */
185945 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
186250 || sqlite3GlobalConfig.bFullMutex==0 );