Lines Matching defs:SQLITE_MUTEX_STATIC_MAIN
2065 ** SQLite holds the [SQLITE_MUTEX_STATIC_MAIN] mutex when it invokes
8323 ** <li> SQLITE_MUTEX_STATIC_MAIN
8527 #define SQLITE_MUTEX_STATIC_MAIN 2
24775 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
25964 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
25967 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
26409 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
26424 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) );
26455 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
26479 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
29439 ** <li> SQLITE_MUTEX_STATIC_MAIN
29987 ** <li> SQLITE_MUTEX_STATIC_MAIN
47946 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
69914 ** global SQLITE_MUTEX_STATIC_MAIN mutex. The pPager field
70615 ** Access to this variable is protected by SQLITE_MUTEX_STATIC_MAIN.
73157 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
73279 MUTEX_LOGIC( mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);)
73373 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
137891 ** This list is shared across threads. The SQLITE_MUTEX_STATIC_MAIN
137936 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
137974 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
138004 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
138034 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
180020 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
184900 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) )
184982 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
184992 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));