Home
last modified time | relevance | path

Searched defs:compareExchange (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/lib/
Des2020.sharedmemory.d.ts21compareExchange(typedArray: BigInt64Array | BigUint64Array, index: number, expectedValue: bigint, … method
Des2017.sharedmemory.d.ts48compareExchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint3… method
/third_party/typescript/lib/
Dlib.es2020.sharedmemory.d.ts41compareExchange(typedArray: BigInt64Array | BigUint64Array, index: number, expectedValue: bigint, … method
Dlib.es2017.sharedmemory.d.ts68compareExchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint3… method
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3512 Label compareExchange; in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1951 Label compareExchange, exit; in AssembleArchInstruction() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp50050 static bool compareExchange(typename Base::ValueType& aPtr, in compareExchange() function
50185 bool compareExchange(T aOldValue, T aNewValue) in compareExchange() function in mozilla::detail::AtomicBase
50340 bool compareExchange(bool aOldValue, bool aNewValue) in compareExchange() function in mozilla::Atomic