Lines Matching defs:SQLITE_MUTEX_STATIC_MAIN
2056 ** SQLite holds the [SQLITE_MUTEX_STATIC_MAIN] mutex when it invokes
8096 ** <li> SQLITE_MUTEX_STATIC_MAIN
8298 #define SQLITE_MUTEX_STATIC_MAIN 2
24023 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
24824 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
24827 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
25235 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
25250 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) );
25281 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
25305 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
28265 ** <li> SQLITE_MUTEX_STATIC_MAIN
28813 ** <li> SQLITE_MUTEX_STATIC_MAIN
46368 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
67968 ** global SQLITE_MUTEX_STATIC_MAIN mutex. The pPager field
68666 ** Access to this variable is protected by SQLITE_MUTEX_STATIC_MAIN.
71162 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
71281 MUTEX_LOGIC( mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);)
71375 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
133368 ** This list is shared across threads. The SQLITE_MUTEX_STATIC_MAIN
133410 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
133448 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
133475 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
133505 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
173653 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
178399 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) )
178481 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
178491 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));