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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c8272 ** <li> SQLITE_MUTEX_NOOP
8275 ** The SQLITE_MUTEX_NOOP implementation is a set of routines
17281 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
17293 #if SQLITE_THREADSAFE && !defined(SQLITE_MUTEX_NOOP)
17299 # define SQLITE_MUTEX_NOOP macro
20600 #if !defined(SQLITE_MUTEX_OMIT) && !defined(SQLITE_MUTEX_NOOP)
22280 #ifdef SQLITE_MUTEX_NOOP
[all...]

Completed in 724 milliseconds