Searched defs:AtomicLoad (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc223 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_atomic.cc221 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_atomic.cpp224 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { function
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c13949 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) macro
13953 # define AtomicLoad(PTR) (*(PTR)) macro
[all...]

Completed in 477 milliseconds