Home
last modified time | relevance | path

Searched defs:Relaxed_CompareAndSwap (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/
Datomicops.h103 inline Atomic8 Relaxed_CompareAndSwap(volatile Atomic8* ptr, Atomic8 old_value, in Relaxed_CompareAndSwap() function
111 inline Atomic16 Relaxed_CompareAndSwap(volatile Atomic16* ptr, in Relaxed_CompareAndSwap() function
119 inline Atomic32 Relaxed_CompareAndSwap(volatile Atomic32* ptr, in Relaxed_CompareAndSwap() function
262 inline Atomic64 Relaxed_CompareAndSwap(volatile Atomic64* ptr, in Relaxed_CompareAndSwap() function
Datomicops_internals_atomicword_compat.h26 inline AtomicWord Relaxed_CompareAndSwap(volatile AtomicWord* ptr, in Relaxed_CompareAndSwap() function
/third_party/node/deps/v8/src/objects/
Dslots-inl.h83 Object FullObjectSlot::Relaxed_CompareAndSwap(Object old, Object target) const { in Relaxed_CompareAndSwap() function