Articles tagged: Shared Memory
Found 18 documents
- Mozilla/Projects/NSPR/Reference/Anonymous_Shared_Memory This chapter describes the NSPR API for anonymous shared memory.
- Mozilla/Projects/NSPR/Reference/Named_Shared_Memory The chapter describes the NSPR API for named shared memory. Shared memory allows multiple ...
- Web/JavaScript/Reference/Global_Objects/Atomics The Atomics object provides atomic operations as static methods. They are used with ...
- Web/JavaScript/Reference/Global_Objects/Atomics/add The static Atomics.add() method adds a given value at a given position in the array and returns ...
- Web/JavaScript/Reference/Global_Objects/Atomics/and The static Atomics.and() method computes a bitwise AND with a given value at a given position in ...
- Web/JavaScript/Reference/Global_Objects/Atomics/compareExchange The static Atomics.compareExchange() method exchanges a given replacement value at a given ...
- Web/JavaScript/Reference/Global_Objects/Atomics/exchange The static Atomics.exchange() method exchanges a given value at a given position in the array ...
- Web/JavaScript/Reference/Global_Objects/Atomics/isLockFree The static Atomics.isLockFree() method is used to determine whether to use locks or atomic ...
- Web/JavaScript/Reference/Global_Objects/Atomics/load The static Atomics.load() method returns a value at a given position in the array. This atomic ...
- Web/JavaScript/Reference/Global_Objects/Atomics/or The static Atomics.or() method computes a bitwise OR with a given value at a given position in ...
- Web/JavaScript/Reference/Global_Objects/Atomics/store The static Atomics.store() method stores a given value at the given position in the array and ...
- Web/JavaScript/Reference/Global_Objects/Atomics/sub The static Atomics.sub() method substracts a given value at a given position in the array and ...
- Web/JavaScript/Reference/Global_Objects/Atomics/wait The static Atomics.wait() method verifies that a given position in an Int32Array still contains ...
- Web/JavaScript/Reference/Global_Objects/Atomics/wake The static Atomics.wake() method wakes up some agents that are sleeping in the wait queue.
- Web/JavaScript/Reference/Global_Objects/Atomics/xor The static Atomics.xor() method computes a bitwise XOR with a given value at a given position in ...
- Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer The SharedArrayBuffer object is used to represent a generic, fixed-length raw binary data ...
- Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/byteLength The byteLength accessor property represents the length of an SharedArrayBuffer in bytes.
- Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/prototype The SharedArrayBuffer.prototype property represents the prototype for the SharedArrayBuffer object.