Home
last modified time | relevance | path

Searched defs:CompareAndSwap (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/
Dtype.go26 func (x *Bool) CompareAndSwap(old, new bool) (swapped bool) { func
63 func (x *Pointer[T]) CompareAndSwap(old, new *T) (swapped bool) { func
83 func (x *Int32) CompareAndSwap(old, new int32) (swapped bool) { func
115 func (x *Int64) CompareAndSwap(old, new int64) (swapped bool) { func
146 func (x *Uint32) CompareAndSwap(old, new uint32) (swapped bool) { func
178 func (x *Uint64) CompareAndSwap(old, new uint64) (swapped bool) { func
209 func (x *Uintptr) CompareAndSwap(old, new uintptr) (swapped bool) { func
Dvalue.go135 func (v *Value) CompareAndSwap(old, new any) (swapped bool) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go36 func (i *Int32) CompareAndSwap(old, new int32) bool { func
89 func (i *Int64) CompareAndSwap(old, new int64) bool { func
235 func (u *Uint32) CompareAndSwap(old, new uint32) bool { func
324 func (u *Uint64) CompareAndSwap(old, new uint64) bool { func
400 func (u *Uintptr) CompareAndSwap(old, new uintptr) bool { func
511 func (u *UnsafePointer) CompareAndSwap(old, new unsafe.Pointer) bool { func
569 func (p *Pointer[T]) CompareAndSwap(old, new *T) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dmap_reference_test.go22 CompareAndSwap(key, old, new any) (swapped bool) methodSpec
99 func (m *RWMutexMap) CompareAndSwap(key, old, new any) (swapped bool) { func
226 func (m *DeepCopyMap) CompareAndSwap(key, old, new any) (swapped bool) { func
Dmap.go398 func (m *Map) CompareAndSwap(key, old, new any) (swapped bool) { func
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAtomic.cpp45 sys::cas_flag sys::CompareAndSwap(volatile sys::cas_flag* ptr, in CompareAndSwap() function in sys
/aosp_15_r20/external/llvm/lib/Support/
H A DAtomic.cpp43 sys::cas_flag sys::CompareAndSwap(volatile sys::cas_flag* ptr, in CompareAndSwap() function in sys
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAtomic.cpp44 sys::cas_flag sys::CompareAndSwap(volatile sys::cas_flag* ptr, in CompareAndSwap() function in sys
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAtomic.cpp44 sys::cas_flag sys::CompareAndSwap(volatile sys::cas_flag* ptr, in CompareAndSwap() function in sys
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Datomics_test.cc36 TEST(Atomics, CompareAndSwap) { in TEST() argument
/aosp_15_r20/external/cronet/base/
H A Datomicops_unittest.cc218 TEST(AtomicOpsTest, CompareAndSwap) { in TEST() argument
/aosp_15_r20/external/libchrome/base/
H A Datomicops_unittest.cc225 TEST(AtomicOpsTest, CompareAndSwap) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmprof.go1357 func (p *goroutineProfileStateHolder) CompareAndSwap(old, new goroutineProfileState) bool { func