Searched refs:bFullMutex (Results 1 – 2 of 2) sorted by relevance
11081 int bFullMutex; /* True to enable full mutexing */ member110451 sqlite3GlobalConfig.bFullMutex = 0;110458 sqlite3GlobalConfig.bFullMutex = 0;110464 sqlite3GlobalConfig.bFullMutex = 1;112225 isThreadsafe = sqlite3GlobalConfig.bFullMutex;112425 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );
18970 u8 bFullMutex; /* True to enable full mutexing */ member160617 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */160626 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */160635 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */163255 isThreadsafe = sqlite3GlobalConfig.bFullMutex;163526 || sqlite3GlobalConfig.bFullMutex==0 );