Searched refs:bFullMutex (Results 1 – 2 of 2) sorted by relevance
448 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()457 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */ in sqlite3_config()466 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */ in sqlite3_config()3191 isThreadsafe = sqlite3GlobalConfig.bFullMutex; in openDatabase()3489 || sqlite3GlobalConfig.bFullMutex==0 ); in openDatabase()
3995 u8 bFullMutex; /* True to enable full mutexing */ member