Lines Matching refs:sqlite3MutexAlloc
16195 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
19276 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
23211 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
23877 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
23880 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
24284 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
24299 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) );
24330 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
24354 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
25002 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
25563 mem3.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
26528 mem5.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
26898 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){
28245 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
31128 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG);
42327 unixBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);
43663 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
43664 MUTEX_LOGIC( pMem = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); )
48501 winBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);
48739 sqlite3_mutex *pVfsMutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);
49041 sqlite3_mutex *pVfsMutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);
51440 pcache1.grp.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_LRU);
51441 pcache1.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PMEM);
68023 mutexOpen = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_OPEN);
68025 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
68144 MUTEX_LOGIC( mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);)
68146 pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);
68238 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
128724 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
128762 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
128789 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
128819 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
166837 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
166847 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
169806 db->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
171398 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) )
171480 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
171490 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));