Searched refs:lockMask (Results 1 – 1 of 1) sorted by relevance
23512 yDbMask lockMask; /* Subset of btreeMask that requires a lock */ member43069 u16 lockMask = (p->exclMask|p->sharedMask);43072 && (ofst!=1 || lockMask==0 || lockMask==2)43073 && (ofst!=0 || lockMask<3)43074 && (ofst<3 || lockMask<(1<<ofst))65084 u32 lockMask; /* Mask of locks held */65632 if( rc==SQLITE_OK ) pWal->lockMask |= (1 << lockIdx);65641 pWal->lockMask &= ~(1 << lockIdx);65655 pWal->lockMask |= (((1<<n)-1) << (SQLITE_SHM_NLOCK+lockIdx));65665 pWal->lockMask &= ~(((1<<n)-1) << (SQLITE_SHM_NLOCK+lockIdx));[all …]