Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c15778 int bFullMutex; /* True to enable full mutexing */ member
136892 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
136901 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
136910 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */
139315 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
139555 || sqlite3GlobalConfig.bFullMutex==0 );

Completed in 482 milliseconds