Searched refs:SQLITE_THREADSAFE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/tea/
H A Dconfigure.ac158 AC_DEFINE(SQLITE_THREADSAFE, 1, [Trigger sqlite threadsafe build])
163 AC_DEFINE(SQLITE_THREADSAFE, 0, [Trigger sqlite non-threadsafe build])
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h225 ** [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
1813 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
1828 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE
10795 # define SQLITE_THREADSAFE macro
[all...]
H A Dsqlite3.c538 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
541 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
543 ** [SQLITE_THREADSAFE] macro is 0,
554 ** the desired setting of the [SQLITE_THREADSAFE] macro.
557 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with
558 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but
2126 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
2141 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE
11108 # define SQLITE_THREADSAFE macro
14076 # define SQLITE_THREADSAFE macro
14078 # define SQLITE_THREADSAFE macro
[all...]
H A Dshell.c15501 #if defined(SQLITE_THREADSAFE) && SQLITE_THREADSAFE==0
15512 #if SQLITE_THREADSAFE+0>=1 && defined(SQLITE_DEBUG)

Completed in 895 milliseconds