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