Home
last modified time | relevance | path

Searched refs:READ_LOCK (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-lock.c385 READ_LOCK = 2, enumerator
423 if (flag & READ_LOCK) in report_lock_acquire_event()
431 if (flag & READ_LOCK) { in report_lock_acquire_event()
/external/sqlite/dist/
Dsqlite3.c52422 #define READ_LOCK 1
53224 || (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 …]
/external/sqlite/dist/orig/
Dsqlite3.c52404 #define READ_LOCK 1
53206 || (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 …]