Lines Matching refs:AtomicStore
13047 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) macro
13051 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) macro
28195 AtomicStore(&mem0.nearlyFull, n>0 && n<=nUsed);
28326 AtomicStore(&mem0.nearlyFull, 1);
28336 AtomicStore(&mem0.nearlyFull, 0);
28848 AtomicStore(&db->u1.isInterrupted, 1);
28867 AtomicStore(&db->u1.isInterrupted, 0);
61550 AtomicStore(&sLoc.aHash[iKey], (ht_slot)idx);
62371 AtomicStore(&pInfo->nBackfill, 0);
62452 AtomicStore(pInfo->aReadMark+i, iMark);
62534 AtomicStore(&pInfo->nBackfill, mxSafeFrame);
63225 AtomicStore(pInfo->aReadMark+i,mxFrame);
85123 AtomicStore(&db->u1.isInterrupted, 0);
165918 AtomicStore(&db->u1.isInterrupted, 0);
168391 AtomicStore(&db->u1.isInterrupted, 1);
169057 AtomicStore(&db->u1.isInterrupted, 0);