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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c5834 ** <li> SQLITE_MUTEX_NOOP
5837 ** ^The SQLITE_MUTEX_NOOP implementation is a set of routines
9255 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
9269 #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP)
9277 # define SQLITE_MUTEX_NOOP macro
17124 ** If compiled with SQLITE_MUTEX_NOOP, then the no-op mutex implementation
17127 #ifdef SQLITE_MUTEX_NOOP
17131 #endif /* SQLITE_MUTEX_NOOP */
[all...]

Completed in 318 milliseconds