Lines Matching full:threaded
1912 ** are enabled so that SQLite will be safe to use in a multi-threaded
2083 ** In a multi-threaded application, the application-defined logger
3613 ** sqlite3_value object. If SQLite is compiled to be single-threaded
6015 ** a single-threaded application. ^The SQLITE_MUTEX_OS2,
7090 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
9541 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
9546 ** SQLITE_MUTEX_PTHREADS For multi-threaded applications on Unix.
9548 ** SQLITE_MUTEX_W32 For multi-threaded applications on Win32.
9550 ** SQLITE_MUTEX_OS2 For multi-threaded applications on OS/2.
18918 ** xScratchMalloc(). We verify this constraint in the single-threaded
18965 ** single-threaded case since checking in the multi-threaded case
18979 ** single-threaded case since checking in the multi-threaded case
37411 ** * Always use a unified cache in single-threaded applications
37413 ** * Otherwise (if multi-threaded and ENABLE_MEMORY_MANAGEMENT is off)
49341 ** in single threaded applications that use shared cache. Except for