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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.h31 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
45 #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP)
53 # define SQLITE_MUTEX_NOOP macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c5650 ** <li> SQLITE_MUTEX_NOOP
5653 ** ^The SQLITE_MUTEX_NOOP implementation is a set of routines
8968 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
8982 #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP)
8990 # define SQLITE_MUTEX_NOOP macro
16748 ** If compiled with SQLITE_MUTEX_NOOP, then the no-op mutex implementation
16751 #ifdef SQLITE_MUTEX_NOOP
16755 #endif /* SQLITE_MUTEX_NOOP */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c6010 ** <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 macro
17612 ** If compiled with SQLITE_MUTEX_NOOP, then the no-op mutex implementation
17615 #ifdef SQLITE_MUTEX_NOOP
17619 #endif /* defined(SQLITE_MUTEX_NOOP) */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6010 ** <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 macro
17612 ** If compiled with SQLITE_MUTEX_NOOP, then the no-op mutex implementation
17615 #ifdef SQLITE_MUTEX_NOOP
17619 #endif /* defined(SQLITE_MUTEX_NOOP) */
[all...]

Completed in 535 milliseconds