Skip to search formSkip to main contentSkip to account menu

Fetch-and-add

Known as: Fetch and add, Fetch-and-increment, XADD 
In computer science, the fetch-and-add CPU instruction that atomically modifies the contents of a memory location. That is, fetch-and-add performs… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
Contrary to common belief, a recent work by Ellen, Gelashvili, Shavit, and Zhu has shown that computability does not require… 
2011
2011
Parallelism in scientific applications can most often be found at the loop level. Although Ada supports parallelism via the task… 
2007
2006
2006
While the high-performance computing world is dominated by distributed memory computer systems, applications that require random… 
2003
2003
We present a generic fetch-and-/spl phi/-based local-spin mutual exclusion algorithm with O(1) time complexity under the RMR… 
1997
1997
A shared counter is a concurrent object that provides a fetch-and-increment operation in a distributed system. Recently… 
1995
1995
Review
1988
Review
1988
Ideally, procedures and data structures on a shared-memory MIMD machine should be serialization-free and concurrently accessible…