Lines Matching refs:pLockMutex

1163   sqlite3_mutex *pLockMutex;      /* Hold this mutex for... */  member
1197 return sqlite3_mutex_held(pFile->pInode->pLockMutex); in unixFileMutexHeld()
1201 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex); in unixFileMutexNotheld()
1332 sqlite3_mutex_enter(pInode->pLockMutex); in releaseInodeInfo()
1334 sqlite3_mutex_leave(pInode->pLockMutex); in releaseInodeInfo()
1346 sqlite3_mutex_free(pInode->pLockMutex); in releaseInodeInfo()
1431 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in findInodeInfo()
1432 if( pInode->pLockMutex==0 ){ in findInodeInfo()
1516 sqlite3_mutex_enter(pFile->pInode->pLockMutex); in unixCheckReservedLock()
1541 sqlite3_mutex_leave(pFile->pInode->pLockMutex); in unixCheckReservedLock()
1612 assert( sqlite3_mutex_held(pInode->pLockMutex) ); in unixFileLock()
1732 sqlite3_mutex_enter(pInode->pLockMutex); in unixLock()
1875 sqlite3_mutex_leave(pInode->pLockMutex); in unixLock()
1924 sqlite3_mutex_enter(pInode->pLockMutex); in posixUnlock()
2054 sqlite3_mutex_leave(pInode->pLockMutex); in posixUnlock()
2140 sqlite3_mutex_enter(pInode->pLockMutex); in unixClose()
2149 sqlite3_mutex_leave(pInode->pLockMutex); in unixClose()
2863 sqlite3_mutex_enter(pFile->pInode->pLockMutex); in afpCheckReservedLock()
2887 sqlite3_mutex_leave(pFile->pInode->pLockMutex); in afpCheckReservedLock()
2951 sqlite3_mutex_enter(pInode->pLockMutex); in afpLock()
3087 sqlite3_mutex_leave(pInode->pLockMutex); in afpLock()
3120 sqlite3_mutex_enter(pInode->pLockMutex); in afpUnlock()
3193 sqlite3_mutex_leave(pInode->pLockMutex); in afpUnlock()
3212 sqlite3_mutex_enter(pInode->pLockMutex); in afpClose()
3221 sqlite3_mutex_leave(pInode->pLockMutex); in afpClose()
5945 assert( sqlite3_mutex_notheld(pInode->pLockMutex) ); in findReusableFd()
5946 sqlite3_mutex_enter(pInode->pLockMutex); in findReusableFd()
5953 sqlite3_mutex_leave(pInode->pLockMutex); in findReusableFd()