Searched refs:nShared (Results 1 – 1 of 1) sorted by relevance
40055 int nShared; /* Number of SHARED locks held */ member40610 azFileLock(pFile->pInode->eFileLock), pFile->pInode->nShared, in unixLock()40655 assert( pInode->nShared>0 ); in unixLock()40657 pInode->nShared++; in unixLock()40692 assert( pInode->nShared==0 ); in unixLock()40722 pInode->nShared = 1; in unixLock()40724 }else if( eFileLock==EXCLUSIVE_LOCK && pInode->nShared>1 ){ in unixLock()40818 pFile->eFileLock, pFile->pInode->eFileLock, pFile->pInode->nShared, in posixUnlock()40827 assert( pInode->nShared!=0 ); in posixUnlock()40931 pInode->nShared--; in posixUnlock()[all …]