Searched refs:bCoreMutex (Results 1 – 1 of 1) sorted by relevance
20114 u8 bCoreMutex; /* True to enable core mutexing */ member26959 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()28693 if( sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexInit()28754 if( !sqlite3GlobalConfig.bCoreMutex ){ in sqlite3MutexAlloc()33816 assert( sqlite3GlobalConfig.bCoreMutex!=0 ); in sqlite3ThreadCreate()33917 if( sqlite3GlobalConfig.bCoreMutex==0 || sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()39495 if( sqlite3GlobalConfig.bCoreMutex ){42750 if( sqlite3GlobalConfig.bCoreMutex ){50267 if( sqlite3GlobalConfig.bCoreMutex ){55518 || sqlite3GlobalConfig.bCoreMutex>0;[all …]