Added a FIFO test to the atomic test suite.
This is really useful because we might be able to use something like this for the SDL event queue.
This commit is contained in:
parent
fc5dc0ddb2
commit
bbc1ba223a
2 changed files with 396 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
|||
* subtle issues that can arise here:
|
||||
* http://msdn.microsoft.com/en-us/library/ee418650%28v=vs.85%29.aspx
|
||||
*
|
||||
* There's also lots of good information here:
|
||||
* http://www.1024cores.net/home/lock-free-algorithms
|
||||
*
|
||||
* These operations may or may not actually be implemented using
|
||||
* processor specific atomic operations. When possible they are
|
||||
* implemented as true processor specific atomic operations. When that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue