Home
last modified time | relevance | path

Searched defs:VAL (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h236 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument
240 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument