Searched refs:sqlite3MutexAlloc (Results 1 – 1 of 1) sorted by relevance
17364 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro20674 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);26409 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); in sqlite3_vfs_find()27127 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()29032 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() function30379 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MallocInit()33987 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG); in sqlite3_randomness()52841 winBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);73281 pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);180030 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);[all …]