Searched defs:SQLITE_MUTEX_STATIC_MASTER (Results 1 - 7 of 7) sorted by relevance

/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.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
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...]
/external/sqlite/dist/orig/
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
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...]
/external/sqlite/dist/
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
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...]

Completed in 1000 milliseconds