Searched refs:VAL (Results 26 - 26 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c13576 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED)
13579 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL))
[all...]

Completed in 590 milliseconds

12