Searched refs:sqlite3MutexAlloc (Results 1 – 2 of 2) sorted by relevance
9292 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro11266 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);14597 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_find()14639 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_register()15163 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()16860 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() function50148 pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);50233 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);110287 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);110297 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);[all …]
16528 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro19364 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);23265 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_find()23983 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()25879 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() function27425 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);30237 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG);47714 winBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);66870 pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);160425 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);[all …]