Searched defs:AtomicStore (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp258 static void AtomicStore(ThreadState *thr, uptr pc, volatile T *a, T v, function
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c13576 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) macro
13579 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) macro
[all...]

Completed in 462 milliseconds