Lines Matching refs:pLockMutex
40053 sqlite3_mutex *pLockMutex; /* Hold this mutex for... */ member
40087 return sqlite3_mutex_held(pFile->pInode->pLockMutex); in unixFileMutexHeld()
40091 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex); in unixFileMutexNotheld()
40226 sqlite3_mutex_enter(pInode->pLockMutex); in releaseInodeInfo()
40228 sqlite3_mutex_leave(pInode->pLockMutex); in releaseInodeInfo()
40240 sqlite3_mutex_free(pInode->pLockMutex); in releaseInodeInfo()
40325 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in findInodeInfo()
40326 if( pInode->pLockMutex==0 ){ in findInodeInfo()
40410 sqlite3_mutex_enter(pFile->pInode->pLockMutex); in unixCheckReservedLock()
40435 sqlite3_mutex_leave(pFile->pInode->pLockMutex); in unixCheckReservedLock()
40506 assert( sqlite3_mutex_held(pInode->pLockMutex) ); in unixFileLock()
40634 sqlite3_mutex_enter(pInode->pLockMutex); in unixLock()
40776 sqlite3_mutex_leave(pInode->pLockMutex); in unixLock()
40825 sqlite3_mutex_enter(pInode->pLockMutex); in posixUnlock()
40955 sqlite3_mutex_leave(pInode->pLockMutex); in posixUnlock()
41041 sqlite3_mutex_enter(pInode->pLockMutex); in unixClose()
41050 sqlite3_mutex_leave(pInode->pLockMutex); in unixClose()
41739 sqlite3_mutex_enter(pFile->pInode->pLockMutex); in afpCheckReservedLock()
41763 sqlite3_mutex_leave(pFile->pInode->pLockMutex); in afpCheckReservedLock()
41827 sqlite3_mutex_enter(pInode->pLockMutex); in afpLock()
41963 sqlite3_mutex_leave(pInode->pLockMutex); in afpLock()
41993 sqlite3_mutex_enter(pInode->pLockMutex); in afpUnlock()
42060 sqlite3_mutex_leave(pInode->pLockMutex); in afpUnlock()
42079 sqlite3_mutex_enter(pInode->pLockMutex); in afpClose()
42088 sqlite3_mutex_leave(pInode->pLockMutex); in afpClose()
44952 assert( sqlite3_mutex_notheld(pInode->pLockMutex) ); in findReusableFd()
44953 sqlite3_mutex_enter(pInode->pLockMutex); in findReusableFd()
44960 sqlite3_mutex_leave(pInode->pLockMutex); in findReusableFd()