Searched refs:AtomicStore (Results 1 - 5 of 5) 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/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1708 AtomicSDNode *AtomicStore = dyn_cast<AtomicSDNode>(N);
1709 assert((PlainStore || AtomicStore) && "Expected store");
1767 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal();
/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 525 milliseconds