Searched refs:AtomicLoad (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp222 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { function
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c13575 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) macro
13578 # define AtomicLoad(PTR) (*(PTR)) macro
[all...]

Completed in 459 milliseconds