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