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
30843 AtomicStore(&mem0.nearlyFull, n>0 && n<=nUsed); in sqlite3_soft_heap_limit64()
30992 AtomicStore(&mem0.nearlyFull, 1); in mallocWithAlarm()
31003 AtomicStore(&mem0.nearlyFull, 0); in mallocWithAlarm()
31582 AtomicStore(&db->u1.isInterrupted, 1); in sqlite3OomFault()
31608 AtomicStore(&db->u1.isInterrupted, 0); in sqlite3OomClear()
56390 AtomicStore(&pcache1.bUnderPressure,0);
56458 AtomicStore(&pcache1.bUnderPressure,pcache1.nFreeSlot<pcache1.nReserve);
56497 AtomicStore(&pcache1.bUnderPressure,pcache1.nFreeSlot<pcache1.nReserve);
67216 AtomicStore(&sLoc.aHash[iKey], (ht_slot)idx);
68033 AtomicStore(&pInfo->nBackfill, 0);
68114 AtomicStore(pInfo->aReadMark+i, iMark); SEH_INJECT_FAULT;
68196 AtomicStore(&pInfo->nBackfill, mxSafeFrame); SEH_INJECT_FAULT;
69054 AtomicStore(pInfo->aReadMark+i,mxFrame);
92241 AtomicStore(&db->u1.isInterrupted, 0);
181966 AtomicStore(&db->u1.isInterrupted, 0);
183280 AtomicStore(&sqlite3GlobalConfig.xLog, xLog);
183281 AtomicStore(&sqlite3GlobalConfig.pLogArg, pLogArg);
183296 AtomicStore(&sqlite3GlobalConfig.bOpenUri, bOpenUri);
184535 AtomicStore(&db->u1.isInterrupted, 1);
185223 AtomicStore(&db->u1.isInterrupted, 0);