Searched defs:sqlite3MutexAlloc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c89 sqlite3_mutex *sqlite3MutexAlloc(int id){ function
H A Dmutex.h68 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8990 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
10960 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
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);
14269 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTE
16469 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10300 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
12423 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
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);
16766 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_ME
18458 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10300 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
12423 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
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);
16766 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_ME
18458 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]

Completed in 484 milliseconds