Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c18820 u8 bFullMutex; /* True to enable full mutexing */ member
167039 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
167048 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
167057 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */
169766 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
170045 || sqlite3GlobalConfig.bFullMutex==0 );