sqlite3_mutex_alloc 5732 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int); sqlite3_mutex_alloc 8983 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) sqlite3_mutex_alloc 22945 third_party/sqlite/amalgamation/sqlite3.c pNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); sqlite3_mutex_alloc 27949 third_party/sqlite/amalgamation/sqlite3.c pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); sqlite3_mutex_alloc 32600 third_party/sqlite/amalgamation/sqlite3.c pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); sqlite3_mutex_alloc 35436 third_party/sqlite/amalgamation/sqlite3.c pcache1.grp.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU); sqlite3_mutex_alloc 35437 third_party/sqlite/amalgamation/sqlite3.c pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PMEM); sqlite3_mutex_alloc 87185 third_party/sqlite/amalgamation/sqlite3.c sqlite3_mutex_alloc, sqlite3_mutex_alloc 5189 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int); sqlite3_mutex_alloc 301 third_party/sqlite/src/src/loadext.c sqlite3_mutex_alloc, sqlite3_mutex_alloc 933 third_party/sqlite/src/src/os_os2.c pNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); sqlite3_mutex_alloc 3808 third_party/sqlite/src/src/os_unix.c pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); sqlite3_mutex_alloc 1481 third_party/sqlite/src/src/os_win.c pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); sqlite3_mutex_alloc 522 third_party/sqlite/src/src/pcache1.c pcache1.grp.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU); sqlite3_mutex_alloc 523 third_party/sqlite/src/src/pcache1.c pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PMEM); sqlite3_mutex_alloc 215 third_party/sqlite/src/src/test_journal.c sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PRNG)); sqlite3_mutex_alloc 218 third_party/sqlite/src/src/test_journal.c sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PRNG)); sqlite3_mutex_alloc 906 third_party/sqlite/src/src/test_multiplex.c gMultiplex.pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); sqlite3_mutex_alloc 304 third_party/sqlite/src/src/test_mutex.c sqlite3_mutex *p = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); sqlite3_mutex_alloc 581 third_party/sqlite/src/src/test_quota.c gQuota.pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);