Lines Matching refs:AtomicStore
14361 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) macro
14365 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) macro
30842 AtomicStore(&mem0.nearlyFull, n>0 && n<=nUsed); in sqlite3_soft_heap_limit64()
30991 AtomicStore(&mem0.nearlyFull, 1); in mallocWithAlarm()
31002 AtomicStore(&mem0.nearlyFull, 0); in mallocWithAlarm()
31581 AtomicStore(&db->u1.isInterrupted, 1); in sqlite3OomFault()
31607 AtomicStore(&db->u1.isInterrupted, 0); in sqlite3OomClear()
56389 AtomicStore(&pcache1.bUnderPressure,0);
56457 AtomicStore(&pcache1.bUnderPressure,pcache1.nFreeSlot<pcache1.nReserve);
56496 AtomicStore(&pcache1.bUnderPressure,pcache1.nFreeSlot<pcache1.nReserve);
67215 AtomicStore(&sLoc.aHash[iKey], (ht_slot)idx);
68032 AtomicStore(&pInfo->nBackfill, 0);
68113 AtomicStore(pInfo->aReadMark+i, iMark); SEH_INJECT_FAULT;
68195 AtomicStore(&pInfo->nBackfill, mxSafeFrame); SEH_INJECT_FAULT;
69053 AtomicStore(pInfo->aReadMark+i,mxFrame);
92240 AtomicStore(&db->u1.isInterrupted, 0);
181925 AtomicStore(&db->u1.isInterrupted, 0);
183239 AtomicStore(&sqlite3GlobalConfig.xLog, xLog);
183240 AtomicStore(&sqlite3GlobalConfig.pLogArg, pLogArg);
183255 AtomicStore(&sqlite3GlobalConfig.bOpenUri, bOpenUri);
184494 AtomicStore(&db->u1.isInterrupted, 1);
185182 AtomicStore(&db->u1.isInterrupted, 0);