OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_MUTEX_NOOP
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mutex.h
31
**
SQLITE_MUTEX_NOOP
For single-threaded applications. No
45
#if SQLITE_THREADSAFE && !defined(
SQLITE_MUTEX_NOOP
)
53
# define
SQLITE_MUTEX_NOOP
mutex_noop.c
198
** If compiled with
SQLITE_MUTEX_NOOP
, then the no-op mutex implementation
201
#ifdef
SQLITE_MUTEX_NOOP
205
#endif /*
SQLITE_MUTEX_NOOP
*/
test_config.c
94
#ifdef
SQLITE_MUTEX_NOOP
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 50 milliseconds