sqlite3_mutex_alloc 6338 ext/sqlite3/libsqlite/sqlite3.c SQLITE_API sqlite3_mutex *SQLITE_STDCALL sqlite3_mutex_alloc(int);
sqlite3_mutex_alloc 29766 ext/sqlite3/libsqlite/sqlite3.c     pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
sqlite3_mutex_alloc 34442 ext/sqlite3/libsqlite/sqlite3.c   MUTEX_LOGIC( pMaster = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER); )
sqlite3_mutex_alloc 34443 ext/sqlite3/libsqlite/sqlite3.c   MUTEX_LOGIC( pMem = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MEM); )
sqlite3_mutex_alloc 36833 ext/sqlite3/libsqlite/sqlite3.c     pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
sqlite3_mutex_alloc 40459 ext/sqlite3/libsqlite/sqlite3.c     pcache1.grp.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU);
sqlite3_mutex_alloc 40460 ext/sqlite3/libsqlite/sqlite3.c     pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PMEM);
sqlite3_mutex_alloc 102658 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_mutex_alloc,
sqlite3_mutex_alloc 6131 ext/sqlite3/libsqlite/sqlite3.h SQLITE_API sqlite3_mutex *SQLITE_STDCALL sqlite3_mutex_alloc(int);