HomeSort by: relevance | last modified time | path
    Searched defs:SQLITE_THREADSAFE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 228 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
231 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
233 ** [SQLITE_THREADSAFE] macro is 0,
244 ** the desired setting of the [SQLITE_THREADSAFE] macro.
247 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with
248 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but
1862 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
1877 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option the
    [all...]
sqlite3.c 549 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
552 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes
554 ** [SQLITE_THREADSAFE] macro is 0,
565 ** the desired setting of the [SQLITE_THREADSAFE] macro.
568 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with
569 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but
2183 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option then
2198 ** the [SQLITE_THREADSAFE | SQLITE_THREADSAFE=0] compile-time option the
    [all...]

Completed in 171 milliseconds