Searched refs:READ_LOCK (Results 1 – 3 of 3) sorted by relevance
385 READ_LOCK = 2, enumerator423 if (flag & READ_LOCK) in report_lock_acquire_event()431 if (flag & READ_LOCK) { in report_lock_acquire_event()
52422 #define READ_LOCK 153224 || (eLockType==READ_LOCK && (pBtree->db->flags & SQLITE_ReadUncommitted))53321 assert( eLock==READ_LOCK || eLock==WRITE_LOCK );53329 assert( eLock==READ_LOCK || (p==pBt->pWriter && p->inTrans==TRANS_WRITE) );53330 assert( eLock==READ_LOCK || pBt->inTransaction==TRANS_WRITE );53355 assert( pIter->eLock==READ_LOCK || pIter->eLock==WRITE_LOCK );53356 assert( eLock==READ_LOCK || pIter->pBtree==p || pIter->eLock==READ_LOCK);53394 assert( eLock==READ_LOCK || eLock==WRITE_LOCK );53434 assert( WRITE_LOCK>READ_LOCK );53503 assert( pLock->eLock==READ_LOCK || pLock->pBtree==p );[all …]
52404 #define READ_LOCK 153206 || (eLockType==READ_LOCK && (pBtree->db->flags & SQLITE_ReadUncommitted))53303 assert( eLock==READ_LOCK || eLock==WRITE_LOCK );53311 assert( eLock==READ_LOCK || (p==pBt->pWriter && p->inTrans==TRANS_WRITE) );53312 assert( eLock==READ_LOCK || pBt->inTransaction==TRANS_WRITE );53337 assert( pIter->eLock==READ_LOCK || pIter->eLock==WRITE_LOCK );53338 assert( eLock==READ_LOCK || pIter->pBtree==p || pIter->eLock==READ_LOCK);53376 assert( eLock==READ_LOCK || eLock==WRITE_LOCK );53416 assert( WRITE_LOCK>READ_LOCK );53485 assert( pLock->eLock==READ_LOCK || pLock->pBtree==p );[all …]