Searched refs:bFullMutex (Results 1 – 1 of 1) sorted by relevance
20115 u8 bFullMutex; /* True to enable full mutexing */ member178636 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 );