sqlite3MutexAlloc 11219 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE   sqlite3_mutex *sqlite3MutexAlloc(int);
sqlite3MutexAlloc 13553 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 14206 ext/sqlite3/libsqlite/sqlite3.c     sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 14209 ext/sqlite3/libsqlite/sqlite3.c     sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 14511 ext/sqlite3/libsqlite/sqlite3.c   mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 14526 ext/sqlite3/libsqlite/sqlite3.c   assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) );
sqlite3MutexAlloc 14553 ext/sqlite3/libsqlite/sqlite3.c   mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 14573 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 15076 ext/sqlite3/libsqlite/sqlite3.c     mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
sqlite3MutexAlloc 15636 ext/sqlite3/libsqlite/sqlite3.c     mem3.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
sqlite3MutexAlloc 16605 ext/sqlite3/libsqlite/sqlite3.c     mem5.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
sqlite3MutexAlloc 18171 ext/sqlite3/libsqlite/sqlite3.c     mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
sqlite3MutexAlloc 19927 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG);
sqlite3MutexAlloc 23066 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 23069 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 23073 ext/sqlite3/libsqlite/sqlite3.c   return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 24975 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 24978 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 24982 ext/sqlite3/libsqlite/sqlite3.c   return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 32775 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 32778 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 32782 ext/sqlite3/libsqlite/sqlite3.c   return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 49288 ext/sqlite3/libsqlite/sqlite3.c       mutexOpen = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_OPEN);
sqlite3MutexAlloc 49290 ext/sqlite3/libsqlite/sqlite3.c       mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 49399 ext/sqlite3/libsqlite/sqlite3.c       mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 49401 ext/sqlite3/libsqlite/sqlite3.c         pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);
sqlite3MutexAlloc 49486 ext/sqlite3/libsqlite/sqlite3.c   pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 87998 ext/sqlite3/libsqlite/sqlite3.c     sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 88032 ext/sqlite3/libsqlite/sqlite3.c     sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 88061 ext/sqlite3/libsqlite/sqlite3.c     sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 108065 ext/sqlite3/libsqlite/sqlite3.c   pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
sqlite3MutexAlloc 108075 ext/sqlite3/libsqlite/sqlite3.c            sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
sqlite3MutexAlloc 110028 ext/sqlite3/libsqlite/sqlite3.c     db->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
sqlite3MutexAlloc 110898 ext/sqlite3/libsqlite/sqlite3.c   assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) )
sqlite3MutexAlloc 110980 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
sqlite3MutexAlloc 110990 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));