Home
last modified time | relevance | path

Searched refs:bFullMutex (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11081 int bFullMutex; /* True to enable full mutexing */ member
110451 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 );
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c18970 u8 bFullMutex; /* True to enable full mutexing */ member
160617 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 );