Searched refs:isExcl (Results 1 – 1 of 1) sorted by relevance
980 int isExcl = (flags & SQLITE_SHM_EXCLUSIVE); in tvfsShmLock() local986 if( (p2->excllock&mask) || (isExcl && p2->sharedlock&mask) ){ in tvfsShmLock()992 if( isExcl ) pFd->excllock |= mask; in tvfsShmLock()993 if( !isExcl ) pFd->sharedlock |= mask; in tvfsShmLock()996 if( isExcl ) pFd->excllock &= (~mask); in tvfsShmLock()997 if( !isExcl ) pFd->sharedlock &= (~mask); in tvfsShmLock()