Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20115 u8 bFullMutex; /* True to enable full mutexing */ member
178636 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
178645 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
178654 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */
181421 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
181722 || sqlite3GlobalConfig.bFullMutex==0 );