Home | History | Annotate | Download | only in dist

Lines Matching refs:bFullMutex

10534   int bFullMutex;                   /* True to enable full mutexing */
11476 SQLITE_THREADSAFE==1, /* bFullMutex */
105104 sqlite3GlobalConfig.bFullMutex = 0;
105111 sqlite3GlobalConfig.bFullMutex = 0;
105117 sqlite3GlobalConfig.bFullMutex = 1;
106570 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
106763 assert( db->mutex!=0 || isThreadsafe==0 || sqlite3GlobalConfig.bFullMutex==0 );