Searched defs:compareExchange (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/lib/ |
D | es2020.sharedmemory.d.ts | 21 …compareExchange(typedArray: BigInt64Array | BigUint64Array, index: number, expectedValue: bigint, … method
|
D | es2017.sharedmemory.d.ts | 48 …compareExchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint3… method
|
/third_party/typescript/lib/ |
D | lib.es2020.sharedmemory.d.ts | 41 …compareExchange(typedArray: BigInt64Array | BigUint64Array, index: number, expectedValue: bigint, … method
|
D | lib.es2017.sharedmemory.d.ts | 68 …compareExchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint3… method
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 3512 Label compareExchange; in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 1951 Label compareExchange, exit; in AssembleArchInstruction() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 50050 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
|