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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc259 static void AtomicStore(ThreadState *thr, uptr pc, volatile T *a, T v, function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_atomic.cc257 static void AtomicStore(ThreadState *thr, uptr pc, volatile T *a, T v, function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_atomic.cpp261 static void AtomicStore(ThreadState *thr, uptr pc, volatile T *a, T v, function
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c13950 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) macro
13954 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) macro
[all...]

Completed in 545 milliseconds