Lines Matching defs:SQLITE_THREADSAFE
225 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
228 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
230 ** [SQLITE_THREADSAFE] macro is 0,
241 ** the desired setting of the [SQLITE_THREADSAFE] macro.
244 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with
245 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but
1815 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
1830 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
1841 ** [SQLITE_THREADSAFE=1]) the SQLite library will itself serialize access
1846 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
1957 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
1970 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
4524 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
10840 # ifndef SQLITE_THREADSAFE
10841 # define SQLITE_THREADSAFE 0