Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Datomicops.h210 inline void SeqCst_Store(volatile Atomic8* ptr, Atomic8 value) { in SeqCst_Store() function
215 inline void SeqCst_Store(volatile Atomic16* ptr, Atomic16 value) { in SeqCst_Store() function
220 inline void SeqCst_Store(volatile Atomic32* ptr, Atomic32 value) { in SeqCst_Store() function
324 inline void SeqCst_Store(volatile Atomic64* ptr, Atomic64 value) { in SeqCst_Store() function
/third_party/node/deps/v8/src/objects/
Dtagged-field-inl.h224 void TaggedField<T, kFieldOffset>::SeqCst_Store(HeapObject host, T value) { in SeqCst_Store() function
232 void TaggedField<T, kFieldOffset>::SeqCst_Store(HeapObject host, int offset, in SeqCst_Store() function