Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp224 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { in AtomicLoad() function
/freebsd/contrib/sqlite3/
H A Dsqlite3.c13991 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) macro
13995 # define AtomicLoad(PTR) (*(PTR)) macro