Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_MUTEX_NOOP

6010 ** <li>   SQLITE_MUTEX_NOOP
6013 ** ^The SQLITE_MUTEX_NOOP implementation is a set of routines
9541 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
9555 #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP)
9563 # define SQLITE_MUTEX_NOOP
17612 ** If compiled with SQLITE_MUTEX_NOOP, then the no-op mutex implementation
17615 #ifdef SQLITE_MUTEX_NOOP
17619 #endif /* defined(SQLITE_MUTEX_NOOP) */