Searched refs:SQLITE_MUTEX_STATIC_MASTER (Results 1 - 17 of 17) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c1538 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5973 ** <li> SQLITE_MUTEX_STATIC_MASTER
6176 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
15034 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
15690 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
15693 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
16055 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
16070 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
16097 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); )
16117 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
[all...]
H A Dsqlite3.h1423 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5858 ** <li> SQLITE_MUTEX_STATIC_MASTER
6061 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
/external/sqlite/dist/
H A Dsqlite3.c1538 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5973 ** <li> SQLITE_MUTEX_STATIC_MASTER
6176 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
15034 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
15690 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
15693 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
16055 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
16070 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
16097 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); )
16117 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
[all...]
H A Dsqlite3.h1423 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5858 ** <li> SQLITE_MUTEX_STATIC_MASTER
6061 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java168 public static final int SQLITE_MUTEX_STATIC_MASTER = 2; field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1744 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5661 ** <li> SQLITE_MUTEX_STATIC_MASTER
5862 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
13314 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13322 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13902 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13905 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14207 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14222 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14249 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
[all...]
H A Dsqlite3.h1201 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5118 ** <li> SQLITE_MUTEX_STATIC_MASTER
5319 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c53 ** Access to this variable is protected by SQLITE_MUTEX_STATIC_MASTER.
1767 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
1876 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
1963 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
H A Ddate.c465 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));
H A Dloadext.c528 ** 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);
H A Dmain.c143 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
H A Dnotify.c32 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));
H A Dos.c263 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);
H A Dos_os2.c725 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));
H A Dos_unix.c498 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));
H A Dos_win.c1240 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
1243 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
1247 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
H A Dsqlite.h.in1196 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5113 ** <li> SQLITE_MUTEX_STATIC_MASTER
5314 #define SQLITE_MUTEX_STATIC_MASTER 2

Completed in 755 milliseconds