Lines Matching defs:AtomicStore
13992 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED)
13996 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL))
30329 AtomicStore(&mem0.nearlyFull, n>0 && n<=nUsed);
30478 AtomicStore(&mem0.nearlyFull, 1);
30489 AtomicStore(&mem0.nearlyFull, 0);
31068 AtomicStore(&db->u1.isInterrupted, 1);
31094 AtomicStore(&db->u1.isInterrupted, 0);
66241 AtomicStore(&sLoc.aHash[iKey], (ht_slot)idx);
67059 AtomicStore(&pInfo->nBackfill, 0);
67140 AtomicStore(pInfo->aReadMark+i, iMark); SEH_INJECT_FAULT;
67222 AtomicStore(&pInfo->nBackfill, mxSafeFrame); SEH_INJECT_FAULT;
68071 AtomicStore(pInfo->aReadMark+i,mxFrame);
91158 AtomicStore(&db->u1.isInterrupted, 0);
179093 AtomicStore(&db->u1.isInterrupted, 0);
180422 AtomicStore(&sqlite3GlobalConfig.xLog, xLog);
180423 AtomicStore(&sqlite3GlobalConfig.pLogArg, pLogArg);
180438 AtomicStore(&sqlite3GlobalConfig.bOpenUri, bOpenUri);
181628 AtomicStore(&db->u1.isInterrupted, 1);
182315 AtomicStore(&db->u1.isInterrupted, 0);