Searched refs:sqlite3MutexAlloc (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c.orig8785 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8)
10717 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
13067 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13075 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13655 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13658 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13960 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
13975 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14002 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14022 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTE
[all...]
H A Dsqlite3.c8792 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
10724 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
13074 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13082 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13662 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13665 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
13967 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
13982 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14009 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14029 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTE
16228 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ function
[all...]

Completed in 157 milliseconds