Searched refs:nShared (Results 1 – 1 of 1) sorted by relevance
41523 int nShared; /* Number of SHARED locks held */ member42113 azFileLock(pFile->pInode->eFileLock), pFile->pInode->nShared, in unixLock()42158 assert( pInode->nShared>0 ); in unixLock()42160 pInode->nShared++; in unixLock()42195 assert( pInode->nShared==0 ); in unixLock()42225 pInode->nShared = 1; in unixLock()42227 }else if( eFileLock==EXCLUSIVE_LOCK && pInode->nShared>1 ){ in unixLock()42329 pFile->eFileLock, pFile->pInode->eFileLock, pFile->pInode->nShared, in posixUnlock()42338 assert( pInode->nShared!=0 ); in posixUnlock()42442 pInode->nShared--; in posixUnlock()[all …]