HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_MUTEX_STATIC_MASTER (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
notify.c 32 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) )
114 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
124 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
os.c 263 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
278 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
305 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
325 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
loadext.c 528 ** This list is shared across threads. The SQLITE_MUTEX_STATIC_MASTER
568 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
602 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
631 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
date.c 465 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
473 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
1053 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
1056 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
os_os2.c 725 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
728 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
732 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
    [all...]
os_win.c     [all...]
sqlite.h.in     [all...]
os_unix.c 498 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
501 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
505 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
    [all...]
main.c 143 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
    [all...]
btree.c 53 ** Access to this variable is protected by SQLITE_MUTEX_STATIC_MASTER.
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Constants.java 168 public static final int SQLITE_MUTEX_STATIC_MASTER = 2;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 321 milliseconds