Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12779 int bFullMutex; /* True to enable full mutexing */ member
128354 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
128363 sqlite3GlobalConfig.bFullMutex = 0; /* Disable mutex on connections */
128372 sqlite3GlobalConfig.bFullMutex = 1; /* Enable mutex on connections */
130675 isThreadsafe = sqlite3GlobalConfig.bFullMutex;
130899 || sqlite3GlobalConfig.bFullMutex==0 );

Completed in 334 milliseconds