/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/ |
D | type.go | 26 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
|
D | value.go | 135 func (v *Value) CompareAndSwap(old, new any) (swapped bool) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/ |
D | types.go | 36 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/ |
D | map_reference_test.go | 22 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
|
D | map.go | 398 func (m *Map) CompareAndSwap(key, old, new any) (swapped bool) { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Atomic.cpp | 45 sys::cas_flag sys::CompareAndSwap(volatile sys::cas_flag* ptr, in CompareAndSwap() function in sys
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Atomic.cpp | 43 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 D | Atomic.cpp | 44 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 D | Atomic.cpp | 44 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/ |
D | atomics_test.cc | 36 TEST(Atomics, CompareAndSwap) { in TEST() argument
|
/aosp_15_r20/external/cronet/base/ |
H A D | atomicops_unittest.cc | 218 TEST(AtomicOpsTest, CompareAndSwap) { in TEST() argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | atomicops_unittest.cc | 225 TEST(AtomicOpsTest, CompareAndSwap) { in TEST() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mprof.go | 1357 func (p *goroutineProfileStateHolder) CompareAndSwap(old, new goroutineProfileState) bool { func
|