Searched refs:bCoreMutex (Results 1 – 10 of 10) sorted by relevance
62 assert( sqlite3GlobalConfig.bCoreMutex!=0 ); in sqlite3ThreadCreate()163 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
230 if( sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexInit()291 if( !sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexAlloc()
257 if( sqlite3GlobalConfig.bCoreMutex && !sqlite3GlobalConfig.pInitMutex ){ in sqlite3_initialize()447 sqlite3GlobalConfig.bCoreMutex = 0; /* Disable mutex on core */ in sqlite3_config()456 sqlite3GlobalConfig.bCoreMutex = 1; /* Enable mutex on core */ in sqlite3_config()465 sqlite3GlobalConfig.bCoreMutex = 1; /* Enable mutex on core */ in sqlite3_config()3184 if( sqlite3GlobalConfig.bCoreMutex==0 ){ in openDatabase()3228 || sqlite3GlobalConfig.bCoreMutex in openDatabase()
721 || sqlite3GlobalConfig.bCoreMutex>0; in pcache1Init()727 if( sqlite3GlobalConfig.bCoreMutex ){ in pcache1Init()
305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
948 if( sqlite3TempInMemory(db) || sqlite3GlobalConfig.bCoreMutex==0 ){ in sqlite3VdbeSorterInit()
1430 if( sqlite3GlobalConfig.bCoreMutex ){ in findInodeInfo()4648 if( sqlite3GlobalConfig.bCoreMutex ){ in unixOpenSharedMemory()
3994 u8 bCoreMutex; /* True to enable core mutexing */ member
3967 if( sqlite3GlobalConfig.bCoreMutex ){
2642 if( SQLITE_THREADSAFE && sqlite3GlobalConfig.bCoreMutex ){ in sqlite3BtreeOpen()