Lines Matching refs:pLockMutex

40054   sqlite3_mutex *pLockMutex;      /* Hold this mutex for... */  member
40088 return sqlite3_mutex_held(pFile->pInode->pLockMutex); in unixFileMutexHeld()
40092 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex); in unixFileMutexNotheld()
40227 sqlite3_mutex_enter(pInode->pLockMutex); in releaseInodeInfo()
40229 sqlite3_mutex_leave(pInode->pLockMutex); in releaseInodeInfo()
40241 sqlite3_mutex_free(pInode->pLockMutex); in releaseInodeInfo()
40326 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in findInodeInfo()
40327 if( pInode->pLockMutex==0 ){ in findInodeInfo()
40411 sqlite3_mutex_enter(pFile->pInode->pLockMutex); in unixCheckReservedLock()
40436 sqlite3_mutex_leave(pFile->pInode->pLockMutex); in unixCheckReservedLock()
40507 assert( sqlite3_mutex_held(pInode->pLockMutex) ); in unixFileLock()
40635 sqlite3_mutex_enter(pInode->pLockMutex); in unixLock()
40777 sqlite3_mutex_leave(pInode->pLockMutex); in unixLock()
40826 sqlite3_mutex_enter(pInode->pLockMutex); in posixUnlock()
40956 sqlite3_mutex_leave(pInode->pLockMutex); in posixUnlock()
41042 sqlite3_mutex_enter(pInode->pLockMutex); in unixClose()
41051 sqlite3_mutex_leave(pInode->pLockMutex); in unixClose()
41740 sqlite3_mutex_enter(pFile->pInode->pLockMutex); in afpCheckReservedLock()
41764 sqlite3_mutex_leave(pFile->pInode->pLockMutex); in afpCheckReservedLock()
41828 sqlite3_mutex_enter(pInode->pLockMutex); in afpLock()
41964 sqlite3_mutex_leave(pInode->pLockMutex); in afpLock()
41994 sqlite3_mutex_enter(pInode->pLockMutex); in afpUnlock()
42061 sqlite3_mutex_leave(pInode->pLockMutex); in afpUnlock()
42080 sqlite3_mutex_enter(pInode->pLockMutex); in afpClose()
42089 sqlite3_mutex_leave(pInode->pLockMutex); in afpClose()
44953 assert( sqlite3_mutex_notheld(pInode->pLockMutex) ); in findReusableFd()
44954 sqlite3_mutex_enter(pInode->pLockMutex); in findReusableFd()
44961 sqlite3_mutex_leave(pInode->pLockMutex); in findReusableFd()