Home
last modified time | relevance | path

Searched refs:AtomicLoad (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.c2072 u32 y = AtomicLoad(pInfo->aReadMark+i); in walCheckpoint()
2131 if( AtomicLoad(&db->u1.isInterrupted) ){ in walCheckpoint()
2791 if( !useWal && AtomicLoad(&pInfo->nBackfill)==pWal->hdr.mxFrame in walTryBeginRead()
2840 u32 thisMark = AtomicLoad(pInfo->aReadMark+i); in walTryBeginRead()
2906 pWal->minFrame = AtomicLoad(&pInfo->nBackfill)+1; in walTryBeginRead()
2908 if( AtomicLoad(pInfo->aReadMark+mxI)!=mxReadMark in walTryBeginRead()
2958 for(i=pInfo->nBackfillAttempted; i>AtomicLoad(&pInfo->nBackfill); i--){ in sqlite3WalSnapshotRecover()
3198 while( (iH = AtomicLoad(&sLoc.aHash[iKey]))!=0 ){ in sqlite3WalFindFrame()
H A Dtokenize.c629 if( AtomicLoad(&db->u1.isInterrupted) ){
H A Dmalloc.c181 return AtomicLoad(&mem0.nearlyFull); in sqlite3HeapNearlyFull()
H A DsqliteInt.h235 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) macro
239 # define AtomicLoad(PTR) (*(PTR)) macro
H A Dvdbe.c769 if( AtomicLoad(&db->u1.isInterrupted) ) goto abort_due_to_interrupt; in sqlite3VdbeExec()
953 if( AtomicLoad(&db->u1.isInterrupted) ) goto abort_due_to_interrupt; in sqlite3VdbeExec()
8857 assert( AtomicLoad(&db->u1.isInterrupted) ); in sqlite3VdbeExec()
H A Dvdbeaux.c2284 if( AtomicLoad(&db->u1.isInterrupted) ){ in sqlite3VdbeList()
H A Dbtree.c10089 while( rc==SQLITE_OK && !AtomicLoad(&db->u1.isInterrupted) ){ in sqlite3BtreeCount()
10214 if( AtomicLoad(&pCheck->db->u1.isInterrupted) ) return 1; in checkRef()