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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c5327 ** <li> SQLITE_MUTEX_NOOP
5330 ** ^The SQLITE_MUTEX_NOOP implementation is a set of routines
8442 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
8456 #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP)
8464 # define SQLITE_MUTEX_NOOP macro
16118 ** If compiled with SQLITE_MUTEX_NOOP, then the no-op mutex implementation
16121 #ifdef SQLITE_MUTEX_NOOP
16125 #endif /* SQLITE_MUTEX_NOOP */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c5327 ** <li> SQLITE_MUTEX_NOOP
5330 ** ^The SQLITE_MUTEX_NOOP implementation is a set of routines
8442 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
8456 #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP)
8464 # define SQLITE_MUTEX_NOOP macro
16118 ** If compiled with SQLITE_MUTEX_NOOP, then the no-op mutex implementation
16121 #ifdef SQLITE_MUTEX_NOOP
16125 #endif /* SQLITE_MUTEX_NOOP */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c5327 ** <li> SQLITE_MUTEX_NOOP
5330 ** ^The SQLITE_MUTEX_NOOP implementation is a set of routines
8442 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
8456 #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP)
8464 # define SQLITE_MUTEX_NOOP macro
16118 ** If compiled with SQLITE_MUTEX_NOOP, then the no-op mutex implementation
16121 #ifdef SQLITE_MUTEX_NOOP
16125 #endif /* SQLITE_MUTEX_NOOP */
[all...]

Completed in 654 milliseconds