Lines Matching refs:SQLITE_MUTEX_STATIC_MASTER

1790 ** SQLite holds the [SQLITE_MUTEX_STATIC_MASTER] mutex when it invokes
5860 ** <li> SQLITE_MUTEX_STATIC_MASTER
6061 #define SQLITE_MUTEX_STATIC_MASTER 2
13638 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14292 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14295 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
14597 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14612 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
14639 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
14659 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
17195 ** <li> SQLITE_MUTEX_STATIC_MASTER
17507 ** <li> SQLITE_MUTEX_STATIC_MASTER
17917 ** <li> SQLITE_MUTEX_STATIC_MASTER
23171 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
23174 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
23178 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
25099 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
25102 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
25106 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
33268 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
33271 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
33275 return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
47722 ** global SQLITE_MUTEX_STATIC_MASTER mutex. The pPager field
48312 ** Access to this variable is protected by SQLITE_MUTEX_STATIC_MASTER.
50037 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
50146 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
50233 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
89835 ** This list is shared across threads. The SQLITE_MUTEX_STATIC_MASTER
89875 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
89909 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
89938 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
110287 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
113130 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) )
113212 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
113222 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));