sqlite3MutexAlloc 13034 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int); sqlite3MutexAlloc 15764 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); sqlite3MutexAlloc 16422 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 16425 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 16787 ext/sqlite3/libsqlite/sqlite3.c mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); sqlite3MutexAlloc 16802 ext/sqlite3/libsqlite/sqlite3.c assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) ); sqlite3MutexAlloc 16833 ext/sqlite3/libsqlite/sqlite3.c MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); ) sqlite3MutexAlloc 16853 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); sqlite3MutexAlloc 17502 ext/sqlite3/libsqlite/sqlite3.c mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); sqlite3MutexAlloc 18062 ext/sqlite3/libsqlite/sqlite3.c mem3.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); sqlite3MutexAlloc 19026 ext/sqlite3/libsqlite/sqlite3.c mem5.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); sqlite3MutexAlloc 20685 ext/sqlite3/libsqlite/sqlite3.c mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); sqlite3MutexAlloc 22552 ext/sqlite3/libsqlite/sqlite3.c mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG); sqlite3MutexAlloc 26076 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 26079 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 26083 ext/sqlite3/libsqlite/sqlite3.c return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 36595 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 36598 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 36602 ext/sqlite3/libsqlite/sqlite3.c return sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 55035 ext/sqlite3/libsqlite/sqlite3.c mutexOpen = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_OPEN); sqlite3MutexAlloc 55037 ext/sqlite3/libsqlite/sqlite3.c mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); sqlite3MutexAlloc 55154 ext/sqlite3/libsqlite/sqlite3.c MUTEX_LOGIC( mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);) sqlite3MutexAlloc 55156 ext/sqlite3/libsqlite/sqlite3.c pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST); sqlite3MutexAlloc 55241 ext/sqlite3/libsqlite/sqlite3.c MUTEX_LOGIC( pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); ) sqlite3MutexAlloc 103013 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); sqlite3MutexAlloc 103049 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); sqlite3MutexAlloc 103076 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); sqlite3MutexAlloc 103106 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); sqlite3MutexAlloc 128163 ext/sqlite3/libsqlite/sqlite3.c MUTEX_LOGIC( pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); ) sqlite3MutexAlloc 128173 ext/sqlite3/libsqlite/sqlite3.c sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE); sqlite3MutexAlloc 130710 ext/sqlite3/libsqlite/sqlite3.c db->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE); sqlite3MutexAlloc 131804 ext/sqlite3/libsqlite/sqlite3.c assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)) ) sqlite3MutexAlloc 131886 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); sqlite3MutexAlloc 131896 ext/sqlite3/libsqlite/sqlite3.c sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));