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
5133 ** <li> SQLITE_MUTEX_STATIC_MASTER
5334 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
H A Dsqlite3.c1744 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5676 ** <li> SQLITE_MUTEX_STATIC_MASTER
5877 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
13329 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13337 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13917 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13920 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14222 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14237 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14264 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1304 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5486 ** <li> SQLITE_MUTEX_STATIC_MASTER
5687 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
H A Dsqlite3.c1854 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
6036 ** <li> SQLITE_MUTEX_STATIC_MASTER
6237 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
13974 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14625 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14628 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14956 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14971 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14998 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); )
15018 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1304 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5486 ** <li> SQLITE_MUTEX_STATIC_MASTER
5687 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
H A Dsqlite3.c1854 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
6036 ** <li> SQLITE_MUTEX_STATIC_MASTER
6237 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
13974 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14625 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14628 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14956 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14971 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14998 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); )
15018 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
[all...]

Completed in 429 milliseconds